#0F1FAB

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

Shades of Egyptian Blue #0F1FAB

Tints of Egyptian Blue #0F1FAB

Color information

#0F1FAB (or 0x0F1FAB) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 1F and AB. RGB value is (15,31,171). Sum of RGB (Red+Green+Blue) = 15+31+171=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F1FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1FAB is #F0E054. Grayscale: #292929. Windows color (decimal): -15786069 or 11214607. OLE color: 11214607.

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

Color convert

RGB1531171-
CMYK0.910.8200.33
HSL233.85º83.87%36.47%-
HSV(B)233.85º91.23%67.06%-
XYZ8.044.0238.88-
YUV42.18200.7108.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.91%
GREEN value IS 31 (12.5% from 255) = 14.29%
BLUE value IS 171 (67.19% from 255) = 78.80%
R=6.91%
G=14.29%
B=78.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15311710.910.8200.33233.8583.8736.47
HexF1FAB5B52021ea5424
Octal173725313312204135212444
Binary11111111110101011101101110100100100001111010101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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