#0F2297

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

Shades of Egyptian Blue #0F2297

Tints of Egyptian Blue #0F2297

Color information

#0F2297 (or 0x0F2297) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 22 and 97. RGB value is (15,34,151). Sum of RGB (Red+Green+Blue) = 15+34+151=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 151 (59.38% from 255 or 75.5% from 200); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F2297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2297 is #F0DD68. Grayscale: #292929. Windows color (decimal): -15785321 or 9904655. OLE color: 9904655.

HSL color Cylindrical-coordinate representation of color #0F2297: hue angle of 231.62º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2297 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1534151-
CMYK0.900.7700.41
HSL231.62º81.93%32.55%-
HSV(B)231.62º90.07%59.22%-
XYZ6.353.4829.61-
YUV41.66189.71108.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.5%
GREEN value IS 34 (13.67% from 255) = 17%
BLUE value IS 151 (59.38% from 255) = 75.5%
R=7.5%
G=17%
B=75.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15341510.900.7700.41231.6281.9332.55
HexF22975A4D029e85221
Octal174222713211505135012241
Binary111110001010010111101101010011010101001111010001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,34,151); }

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

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

 a { background-color: rgb(15,34,151); }

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

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

 span { border-color: rgb(15,34,151); }

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