#0F2497

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

Shades of Egyptian Blue #0F2497

Tints of Egyptian Blue #0F2497

Color information

#0F2497 (or 0x0F2497) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 24 and 97. RGB value is (15,36,151). Sum of RGB (Red+Green+Blue) = 15+36+151=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F2497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2497 is #F0DB68. Grayscale: #2A2A2A. Windows color (decimal): -15784809 or 9905167. OLE color: 9905167.

HSL color Cylindrical-coordinate representation of color #0F2497: hue angle of 230.74º 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 #0F2497 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1536151-
CMYK0.900.7600.41
HSL230.74º81.93%32.55%-
HSV(B)230.74º90.07%59.22%-
XYZ6.413.629.63-
YUV42.83189.04108.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.43%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 151 (59.38% from 255) = 74.75%
R=7.43%
G=17.82%
B=74.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15361510.900.7600.41230.7481.9332.55
HexF24975A4C029e75221
Octal174422713211405134712241
Binary111110010010010111101101010011000101001111001111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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