#0F2AA4

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

Shades of Egyptian Blue #0F2AA4

Tints of Egyptian Blue #0F2AA4

Color information

#0F2AA4 (or 0x0F2AA4) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 2A and A4. RGB value is (15,42,164). Sum of RGB (Red+Green+Blue) = 15+42+164=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 164 (64.45% from 255 or 74.21% from 221); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F2AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2AA4 is #F0D55B. Grayscale: #2F2F2F. Windows color (decimal): -15783260 or 10758671. OLE color: 10758671.

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

Color convert

RGB1542164-
CMYK0.910.7400.36
HSL229.13º83.24%35.1%-
HSV(B)229.13º90.85%64.31%-
XYZ7.734.4435.57-
YUV47.84193.55104.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.79%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 164 (64.45% from 255) = 74.21%
R=6.79%
G=19.00%
B=74.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15421640.910.7400.36229.1383.2435.1
HexF2AA45B4A024e55323
Octal175224413311204434512343
Binary111110101010100100101101110010100100100111001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,42,164); }

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

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

 a { background-color: rgb(15,42,164); }

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

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

 span { border-color: rgb(15,42,164); }

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