#0D2BA4

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

Shades of Egyptian Blue #0D2BA4

Tints of Egyptian Blue #0D2BA4

Color information

#0D2BA4 (or 0x0D2BA4) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 2B and A4. RGB value is (13,43,164). Sum of RGB (Red+Green+Blue) = 13+43+164=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 164 (64.45% from 255 or 74.55% from 220); Max value from RGB is 164 - color contains mainly: blue. Hex color #0D2BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2BA4 is #F2D45B. Grayscale: #2F2F2F. Windows color (decimal): -15914076 or 10758925. OLE color: 10758925.

HSL color Cylindrical-coordinate representation of color #0D2BA4: hue angle of 228.08º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D2BA4 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1343164-
CMYK0.920.7400.36
HSL228.08º85.31%34.71%-
HSV(B)228.08º92.07%64.31%-
XYZ7.734.4935.58-
YUV47.82193.56103.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.91%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 164 (64.45% from 255) = 74.55%
R=5.91%
G=19.55%
B=74.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13431640.920.7400.36228.0885.3134.71
HexD2BA45C4A024e45523
Octal155324413411204434412543
Binary110110101110100100101110010010100100100111001001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,43,164); }

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

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

 a { background-color: rgb(13,43,164); }

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

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

 span { border-color: rgb(13,43,164); }

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