#0F2597

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

Shades of Egyptian Blue #0F2597

Tints of Egyptian Blue #0F2597

Color information

#0F2597 (or 0x0F2597) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 25 and 97. RGB value is (15,37,151). Sum of RGB (Red+Green+Blue) = 15+37+151=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F2597 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2597 is #F0DA68. Grayscale: #2A2A2A. Windows color (decimal): -15784553 or 9905423. OLE color: 9905423.

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

Color convert

RGB1537151-
CMYK0.900.7500.41
HSL230.29º81.93%32.55%-
HSV(B)230.29º90.07%59.22%-
XYZ6.443.6629.64-
YUV43.42188.71107.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 151 (59.38% from 255) = 74.38%
R=7.39%
G=18.23%
B=74.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15371510.900.7500.41230.2981.9332.55
HexF25975A4B029e65221
Octal174522713211305134612241
Binary111110010110010111101101010010110101001111001101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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