#0D1CAB

Color #0D1CAB Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0D1CAB

Tints of Egyptian Blue #0D1CAB

Color information

#0D1CAB (or 0x0D1CAB) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 1C and AB. RGB value is (13,28,171). Sum of RGB (Red+Green+Blue) = 13+28+171=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D1CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1CAB is #F2E354. Grayscale: #272727. Windows color (decimal): -15917909 or 11213837. OLE color: 11213837.

HSL color Cylindrical-coordinate representation of color #0D1CAB: hue angle of 234.3º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D1CAB is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1328171-
CMYK0.920.8400.33
HSL234.3º85.87%36.08%-
HSV(B)234.3º92.4%67.06%-
XYZ7.933.8638.85-
YUV39.82202.03108.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 6.13%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 171 (67.19% from 255) = 80.66%
R=6.13%
G=13.21%
B=80.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13281710.920.8400.33234.385.8736.08
HexD1CAB5C54021ea5624
Octal153425313412404135212644
Binary11011110010101011101110010101000100001111010101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D1CAB; }

 p { color: rgb(13,28,171); }

 H1.HeaderClassName
 {
   color: #0D1CAB;
 }
 .AnyTagClassName
 {
   color: #0D1CAB;
 }
</style>
background-color css

<style>
 a { background-color: #0D1CAB; }

 a { background-color: rgb(13,28,171); }

 div.DivClassName
 {
   background-color: #0D1CAB;
 }
 .BgClassName
 {
   background-color: #0D1CAB;
 }
</style>
border-color css

<style>
 span { border-color: #0D1CAB; }

 span { border-color: rgb(13,28,171); }

 td.TdClassName
 {
   border-color: #0D1CAB;
 }
 .TagClassName
 {
   border-color: #0D1CAB;
 }
</style>