#0F1FA7

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

Shades of Egyptian Blue #0F1FA7

Tints of Egyptian Blue #0F1FA7

Color information

#0F1FA7 (or 0x0F1FA7) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 1F and A7. RGB value is (15,31,167). Sum of RGB (Red+Green+Blue) = 15+31+167=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 167 (65.62% from 255 or 78.40% from 213); Max value from RGB is 167 - color contains mainly: blue. Hex color #0F1FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1FA7 is #F0E058. Grayscale: #292929. Windows color (decimal): -15786073 or 10952463. OLE color: 10952463.

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

Color convert

RGB1531167-
CMYK0.910.8100.35
HSL233.68º83.52%35.69%-
HSV(B)233.68º91.02%65.49%-
XYZ7.663.8736.9-
YUV41.72198.7108.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.04%
GREEN value IS 31 (12.5% from 255) = 14.55%
BLUE value IS 167 (65.62% from 255) = 78.40%
R=7.04%
G=14.55%
B=78.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15311670.910.8100.35233.6883.5235.69
HexF1FA75B51023ea5424
Octal173724713312104335212444
Binary11111111110100111101101110100010100011111010101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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