#0F369F

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

Shades of Egyptian Blue #0F369F

Tints of Egyptian Blue #0F369F

Color information

#0F369F (or 0x0F369F) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 36 and 9F. RGB value is (15,54,159). Sum of RGB (Red+Green+Blue) = 15+54+159=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F369F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F369F is #F0C960. Grayscale: #353535. Windows color (decimal): -15780193 or 10434063. OLE color: 10434063.

HSL color Cylindrical-coordinate representation of color #0F369F: hue angle of 223.75º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F369F is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1554159-
CMYK0.910.6600.38
HSL223.75º82.76%34.12%-
HSV(B)223.75º90.57%62.35%-
XYZ7.775.2433.4-
YUV54.31187.0899.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 54 (21.48% from 255) = 23.68%
BLUE value IS 159 (62.5% from 255) = 69.74%
R=6.58%
G=23.68%
B=69.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15541590.910.6600.38223.7582.7634.12
HexF369F5B42026e05322
Octal176623713310204634012342
Binary111111011010011111101101110000100100110111000001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,54,159); }

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

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

 a { background-color: rgb(15,54,159); }

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

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

 span { border-color: rgb(15,54,159); }

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