#0F2098

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

Shades of Egyptian Blue #0F2098

Tints of Egyptian Blue #0F2098

Color information

#0F2098 (or 0x0F2098) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 20 and 98. RGB value is (15,32,152). Sum of RGB (Red+Green+Blue) = 15+32+152=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F2098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2098 is #F0DF67. Grayscale: #282828. Windows color (decimal): -15785832 or 9969679. OLE color: 9969679.

HSL color Cylindrical-coordinate representation of color #0F2098: hue angle of 232.55º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2098 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1532152-
CMYK0.900.7900.40
HSL232.55º82.04%32.75%-
HSV(B)232.55º90.13%59.61%-
XYZ6.383.430.03-
YUV40.6190.87109.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.54%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 152 (59.77% from 255) = 76.38%
R=7.54%
G=16.08%
B=76.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15321520.900.7900.40232.5582.0432.75
HexF20985A4F028e95221
Octal174023013211705035112241
Binary111110000010011000101101010011110101000111010011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,32,152); }

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

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

 a { background-color: rgb(15,32,152); }

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

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

 span { border-color: rgb(15,32,152); }

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