#0F2D95

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

Shades of Egyptian Blue #0F2D95

Tints of Egyptian Blue #0F2D95

Color information

#0F2D95 (or 0x0F2D95) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 2D and 95. RGB value is (15,45,149). Sum of RGB (Red+Green+Blue) = 15+45+149=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F2D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2D95 is #F0D26A. Grayscale: #2F2F2F. Windows color (decimal): -15782507 or 9776399. OLE color: 9776399.

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

Color convert

RGB1545149-
CMYK0.900.7000.42
HSL226.57º81.71%32.16%-
HSV(B)226.57º89.93%58.43%-
XYZ6.564.1528.89-
YUV47.89185.06104.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 45 (17.97% from 255) = 21.53%
BLUE value IS 149 (58.59% from 255) = 71.29%
R=7.18%
G=21.53%
B=71.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15451490.900.7000.42226.5781.7132.16
HexF2D955A4602Ae35220
Octal175522513210605234312240
Binary111110110110010101101101010001100101010111000111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,45,149); }

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

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

 a { background-color: rgb(15,45,149); }

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

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

 span { border-color: rgb(15,45,149); }

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