#0F3FA4

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

Shades of Egyptian Blue #0F3FA4

Tints of Egyptian Blue #0F3FA4

Color information

#0F3FA4 (or 0x0F3FA4) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 3F and A4. RGB value is (15,63,164). Sum of RGB (Red+Green+Blue) = 15+63+164=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F3FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3FA4 is #F0C05B. Grayscale: #3B3B3B. Windows color (decimal): -15777884 or 10764047. OLE color: 10764047.

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

Color convert

RGB1563164-
CMYK0.910.6200.36
HSL220.67º83.24%35.1%-
HSV(B)220.67º90.85%64.31%-
XYZ8.686.3435.89-
YUV60.16186.695.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.20%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 164 (64.45% from 255) = 67.77%
R=6.20%
G=26.03%
B=67.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15631640.910.6200.36220.6783.2435.1
HexF3FA45B3E024dd5323
Octal17772441337604433512343
Binary11111111111010010010110111111100100100110111011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,63,164); }

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

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

 a { background-color: rgb(15,63,164); }

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

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

 span { border-color: rgb(15,63,164); }

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