#0F3EA6

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

Shades of Egyptian Blue #0F3EA6

Tints of Egyptian Blue #0F3EA6

Color information

#0F3EA6 (or 0x0F3EA6) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 3E and A6. RGB value is (15,62,166). Sum of RGB (Red+Green+Blue) = 15+62+166=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 166 (65.23% from 255 or 68.31% from 243); Max value from RGB is 166 - color contains mainly: blue. Hex color #0F3EA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3EA6 is #F0C159. Grayscale: #3B3B3B. Windows color (decimal): -15778138 or 10894863. OLE color: 10894863.

HSL color Cylindrical-coordinate representation of color #0F3EA6: hue angle of 221.32º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F3EA6 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1562166-
CMYK0.910.6300.35
HSL221.32º83.43%35.49%-
HSV(B)221.32º90.96%65.1%-
XYZ8.86.336.83-
YUV59.8187.9396.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.17%
GREEN value IS 62 (24.61% from 255) = 25.51%
BLUE value IS 166 (65.23% from 255) = 68.31%
R=6.17%
G=25.51%
B=68.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15621660.910.6300.35221.3283.4335.49
HexF3EA65B3F023dd5323
Octal17762461337704333512343
Binary11111111101010011010110111111110100011110111011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,62,166); }

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

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

 a { background-color: rgb(15,62,166); }

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

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

 span { border-color: rgb(15,62,166); }

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