Color Hex Logo

#0d18ff Color Hex

#0D18FF
(13,24,255)
0 Favorites   0 Comments

Color spaces of #0d18ff

RGB 1324255
HSL0.661.000.53
HSV237°95°100°
CMYK 0.950.910.00   0.00
XYZ18.54267.958895.1666
Yxy7.95880.15240.0654
Hunter Lab28.211367.9537-180.2577
CIE-Lab33.896974.9155-105.1929

#0d18ff color RGB value is (13,24,255).

#0d18ff hex color red value is 13, green value is 24 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0d18ff hue: 0.66 , saturation: 1.00 and the lightness value of 0d18ff is 0.53.

The process color (four color CMYK) of #0d18ff color hex is 0.95, 0.91, 0.00, 0.00. Web safe color of #0d18ff is #0000ff. Color #0d18ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00011000 11111111
Octal 15 30 377
Decimal 13 24 255
Hex D 18 FF

RGB Percentages of Color #0d18ff

%4.45
%8.22
%87.33

CMYK Percentages of Color #0d18ff

%95
%91
%0
%0

Triadic Colors of #0d18ff

#0d18ff #ff0d18 #18ff0d

Analogous Colors of #0d18ff

#0d18ff #7b0dff #0d91ff

Monochromatic Colors of #0d18ff

#0d18ff

Complementary Color

#0d18ff #fff40d

#0d18ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d18ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d18ff Color CSS Codes

.mybgcolor {background-color:#0d18ff; } 
.myforecolor {color:#0d18ff; }
.mybordercolor {border:3px solid #0d18ff; }

#0d18ff Text Font Color

<p style="color:#0d18ff">Text here</p>

This sample text font color is #0d18ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0d18ff Background Color

<div style="background-color:#0d18ff">
Div content here</div>

This div background color is #0d18ff


#0d18ff Border Color

<div style="border:3px solid #0d18ff">
Div here</div>

This div border color is #0d18ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,24,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d18ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d18ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0d18ff;
  box-shadow:         1px 1px 3px 2px #0d18ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,24,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0d18ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0d18ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0d18ff;
  box-shadow:         1px 1px 3px 2px #0d18ff;">
Div content here</div>

This div box has shadow with color #0d18ff


Comments

No comments written yet.

Please login to write comment.