#0F399C

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

Shades of Egyptian Blue #0F399C

Tints of Egyptian Blue #0F399C

Color information

#0F399C (or 0x0F399C) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 39 and 9C. RGB value is (15,57,156). Sum of RGB (Red+Green+Blue) = 15+57+156=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F399C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F399C is #F0C663. Grayscale: #373737. Windows color (decimal): -15779428 or 10238223. OLE color: 10238223.

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

Color convert

RGB1557156-
CMYK0.900.6300.39
HSL222.13º82.46%33.53%-
HSV(B)222.13º90.38%61.18%-
XYZ7.665.4332.1-
YUV55.73184.5998.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 68.42%
R=6.58%
G=25%
B=68.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15571560.900.6300.39222.1382.4633.53
HexF399C5A3F027de5222
Octal17712341327704733612242
Binary11111110011001110010110101111110100111110111101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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