#0F3CA4

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

Shades of Egyptian Blue #0F3CA4

Tints of Egyptian Blue #0F3CA4

Color information

#0F3CA4 (or 0x0F3CA4) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 3C and A4. RGB value is (15,60,164). Sum of RGB (Red+Green+Blue) = 15+60+164=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 164 (64.45% from 255 or 68.62% from 239); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F3CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3CA4 is #F0C35B. Grayscale: #393939. Windows color (decimal): -15778652 or 10763279. OLE color: 10763279.

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

Color convert

RGB1560164-
CMYK0.910.6300.36
HSL221.88º83.24%35.1%-
HSV(B)221.88º90.85%64.31%-
XYZ8.516.0135.83-
YUV58.4187.5997.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.28%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 164 (64.45% from 255) = 68.62%
R=6.28%
G=25.10%
B=68.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15601640.910.6300.36221.8883.2435.1
HexF3CA45B3F024de5323
Octal17742441337704433612343
Binary11111111001010010010110111111110100100110111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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