Color Hex Logo

#0d269c Color Hex

#0D269C
(13,38,156)
0 Favorites   0 Comments

Color spaces of #0d269c

RGB 1338156
HSL0.640.850.33
HSV230°92°61°
CMYK 0.920.760.00   0.39
XYZ6.85983.872131.8383
Yxy3.87210.16110.0910
Hunter Lab19.677727.7908-82.1564
CIE-Lab23.244039.0193-65.0855

#0d269c color RGB value is (13,38,156).

#0d269c hex color red value is 13, green value is 38 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #0d269c hue: 0.64 , saturation: 0.85 and the lightness value of 0d269c is 0.33.

The process color (four color CMYK) of #0d269c color hex is 0.92, 0.76, 0.00, 0.39. Web safe color of #0d269c is #003399. Color #0d269c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00100110 10011100
Octal 15 46 234
Decimal 13 38 156
Hex D 26 9C

RGB Percentages of Color #0d269c

%6.28
%18.36
%75.36

CMYK Percentages of Color #0d269c

%92
%76
%0
%39

Triadic Colors of #0d269c

#0d269c #9c0d26 #269c0d

Analogous Colors of #0d269c

#0d269c #3c0d9c #0d6e9c

Monochromatic Colors of #0d269c

#0d269c

Complementary Color

#0d269c #9c830d

#0d269c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d269c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d269c Color CSS Codes

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

#0d269c Text Font Color

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

This sample text font color is #0d269c
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.


#0d269c Background Color

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

This div background color is #0d269c


#0d269c Border Color

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

This div border color is #0d269c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d269c


Comments

No comments written yet.

Please login to write comment.