#0F3299

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

Shades of Egyptian Blue #0F3299

Tints of Egyptian Blue #0F3299

Color information

#0F3299 (or 0x0F3299) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 32 and 99. RGB value is (15,50,153). Sum of RGB (Red+Green+Blue) = 15+50+153=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F3299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3299 is #F0CD66. Grayscale: #323232. Windows color (decimal): -15781223 or 10039823. OLE color: 10039823.

HSL color Cylindrical-coordinate representation of color #0F3299: hue angle of 224.78º 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 #0F3299 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1550153-
CMYK0.900.6700.4
HSL224.78º82.14%32.94%-
HSV(B)224.78º90.2%60%-
XYZ7.094.6830.67-
YUV51.28185.4102.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 153 (60.16% from 255) = 70.18%
R=6.88%
G=22.94%
B=70.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15501530.900.6700.4224.7882.1432.94
HexF32995A43028e15221
Octal176223113210305034112241
Binary111111001010011001101101010000110101000111000011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,50,153); }

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

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

 a { background-color: rgb(15,50,153); }

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

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

 span { border-color: rgb(15,50,153); }

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