#0F17B3

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

Shades of Egyptian Blue #0F17B3

Tints of Egyptian Blue #0F17B3

Color information

#0F17B3 (or 0x0F17B3) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 17 and B3. RGB value is (15,23,179). Sum of RGB (Red+Green+Blue) = 15+23+179=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 179 (70.31% from 255 or 82.49% from 217); Max value from RGB is 179 - color contains mainly: blue. Hex color #0F17B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F17B3 is #F0E84C. Grayscale: #252525. Windows color (decimal): -15788109 or 11736847. OLE color: 11736847.

HSL color Cylindrical-coordinate representation of color #0F17B3: hue angle of 237.07º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F17B3 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1523179-
CMYK0.920.8700.30
HSL237.07º84.54%38.04%-
HSV(B)237.07º91.62%70.2%-
XYZ8.643.9742.96-
YUV38.39207.35111.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.91%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 179 (70.31% from 255) = 82.49%
R=6.91%
G=10.60%
B=82.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15231790.920.8700.30237.0784.5438.04
HexF17B35C5701Eed5526
Octal172726313412703635512546
Binary1111101111011001110111001010111011110111011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F17B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,23,179); }

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

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

 a { background-color: rgb(15,23,179); }

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

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

 span { border-color: rgb(15,23,179); }

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