#0F1CAB

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

Shades of Egyptian Blue #0F1CAB

Tints of Egyptian Blue #0F1CAB

Color information

#0F1CAB (or 0x0F1CAB) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 1C and AB. RGB value is (15,28,171). Sum of RGB (Red+Green+Blue) = 15+28+171=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F1CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1CAB is #F0E354. Grayscale: #272727. Windows color (decimal): -15786837 or 11213839. OLE color: 11213839.

HSL color Cylindrical-coordinate representation of color #0F1CAB: hue angle of 235º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F1CAB is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1528171-
CMYK0.910.8400.33
HSL235º83.87%36.47%-
HSV(B)235º91.23%67.06%-
XYZ7.963.8738.86-
YUV40.42201.69109.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.01%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 171 (67.19% from 255) = 79.91%
R=7.01%
G=13.08%
B=79.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15281710.910.8400.3323583.8736.47
HexF1CAB5B54021eb5424
Octal173425313312404135312444
Binary11111110010101011101101110101000100001111010111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,28,171); }

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

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

 a { background-color: rgb(15,28,171); }

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

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

 span { border-color: rgb(15,28,171); }

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