#0F1CAC

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

Shades of Egyptian Blue #0F1CAC

Tints of Egyptian Blue #0F1CAC

Color information

#0F1CAC (or 0x0F1CAC) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 1C and AC. RGB value is (15,28,172). Sum of RGB (Red+Green+Blue) = 15+28+172=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F1CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1CAC is #F0E353. Grayscale: #272727. Windows color (decimal): -15786836 or 11279375. OLE color: 11279375.

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

Color convert

RGB1528172-
CMYK0.910.8400.33
HSL235.03º83.96%36.67%-
HSV(B)235.03º91.28%67.45%-
XYZ8.063.9139.36-
YUV40.53202.19109.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.98%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 172 (67.58% from 255) = 80%
R=6.98%
G=13.02%
B=80%

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
Decimal15281720.910.8400.33235.0383.9636.67
HexF1CAC5B54021eb5425
Octal173425413312404135312445
Binary11111110010101100101101110101000100001111010111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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