#0D1BAA

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

Shades of Egyptian Blue #0D1BAA

Tints of Egyptian Blue #0D1BAA

Color information

#0D1BAA (or 0x0D1BAA) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 1B and AA. RGB value is (13,27,170). Sum of RGB (Red+Green+Blue) = 13+27+170=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D1BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1BAA is #F2E455. Grayscale: #262626. Windows color (decimal): -15918166 or 11148045. OLE color: 11148045.

HSL color Cylindrical-coordinate representation of color #0D1BAA: hue angle of 234.65º 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 #0D1BAA is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1327170-
CMYK0.920.8400.33
HSL234.65º85.79%35.88%-
HSV(B)234.65º92.35%66.67%-
XYZ7.813.7738.35-
YUV39.12201.86109.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.19%
GREEN value IS 27 (10.94% from 255) = 12.86%
BLUE value IS 170 (66.80% from 255) = 80.95%
R=6.19%
G=12.86%
B=80.95%

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
Decimal13271700.920.8400.33234.6585.7935.88
HexD1BAA5C54021eb5624
Octal153325213412404135312644
Binary11011101110101010101110010101000100001111010111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,27,170); }

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

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

 a { background-color: rgb(13,27,170); }

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

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

 span { border-color: rgb(13,27,170); }

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