#0F2CA6

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

Shades of Egyptian Blue #0F2CA6

Tints of Egyptian Blue #0F2CA6

Color information

#0F2CA6 (or 0x0F2CA6) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 2C and A6. RGB value is (15,44,166). Sum of RGB (Red+Green+Blue) = 15+44+166=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 166 (65.23% from 255 or 73.78% from 225); Max value from RGB is 166 - color contains mainly: blue. Hex color #0F2CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2CA6 is #F0D359. Grayscale: #303030. Windows color (decimal): -15782746 or 10890255. OLE color: 10890255.

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

Color convert

RGB1544166-
CMYK0.910.7300.35
HSL228.48º83.43%35.49%-
HSV(B)228.48º90.96%65.1%-
XYZ7.984.6636.55-
YUV49.24193.89103.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 166 (65.23% from 255) = 73.78%
R=6.67%
G=19.56%
B=73.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15441660.910.7300.35228.4883.4335.49
HexF2CA65B49023e45323
Octal175424613311104334412343
Binary111110110010100110101101110010010100011111001001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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