#0F3CB4

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

Shades of Egyptian Blue #0F3CB4

Tints of Egyptian Blue #0F3CB4

Color information

#0F3CB4 (or 0x0F3CB4) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 3C and B4. RGB value is (15,60,180). Sum of RGB (Red+Green+Blue) = 15+60+180=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 180 (70.70% from 255 or 70.59% from 255); Max value from RGB is 180 - color contains mainly: blue. Hex color #0F3CB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3CB4 is #F0C34B. Grayscale: #3B3B3B. Windows color (decimal): -15778636 or 11811855. OLE color: 11811855.

HSL color Cylindrical-coordinate representation of color #0F3CB4: hue angle of 223.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F3CB4 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1560180-
CMYK0.920.6700.29
HSL223.64º84.62%38.24%-
HSV(B)223.64º91.67%70.59%-
XYZ10.056.6343.93-
YUV60.22195.5995.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.88%
GREEN value IS 60 (23.83% from 255) = 23.53%
BLUE value IS 180 (70.70% from 255) = 70.59%
R=5.88%
G=23.53%
B=70.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15601800.920.6700.29223.6484.6238.24
HexF3CB45C4301De05526
Octal177426413410303534012546
Binary11111111001011010010111001000011011101111000001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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