#0F2F9C

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

Shades of Egyptian Blue #0F2F9C

Tints of Egyptian Blue #0F2F9C

Color information

#0F2F9C (or 0x0F2F9C) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 2F and 9C. RGB value is (15,47,156). Sum of RGB (Red+Green+Blue) = 15+47+156=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F2F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2F9C is #F0D063. Grayscale: #313131. Windows color (decimal): -15781988 or 10235663. OLE color: 10235663.

HSL color Cylindrical-coordinate representation of color #0F2F9C: hue angle of 226.38º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2F9C is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1547156-
CMYK0.900.7000.39
HSL226.38º82.46%33.53%-
HSV(B)226.38º90.38%61.18%-
XYZ7.214.5331.95-
YUV49.86187.9103.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 156 (61.33% from 255) = 71.56%
R=6.88%
G=21.56%
B=71.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15471560.900.7000.39226.3882.4633.53
HexF2F9C5A46027e25222
Octal175723413210604734212242
Binary111110111110011100101101010001100100111111000101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,47,156); }

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

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

 a { background-color: rgb(15,47,156); }

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

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

 span { border-color: rgb(15,47,156); }

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