#0F299C

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

Shades of Egyptian Blue #0F299C

Tints of Egyptian Blue #0F299C

Color information

#0F299C (or 0x0F299C) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 29 and 9C. RGB value is (15,41,156). Sum of RGB (Red+Green+Blue) = 15+41+156=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F299C is #F0D663. Grayscale: #2D2D2D. Windows color (decimal): -15783524 or 10234127. OLE color: 10234127.

HSL color Cylindrical-coordinate representation of color #0F299C: hue angle of 228.94º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F299C is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1541156-
CMYK0.900.7400.39
HSL228.94º82.46%33.53%-
HSV(B)228.94º90.38%61.18%-
XYZ6.994.0931.87-
YUV46.34189.89105.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.08%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 156 (61.33% from 255) = 73.58%
R=7.08%
G=19.34%
B=73.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15411560.900.7400.39228.9482.4633.53
HexF299C5A4A027e55222
Octal175123413211204734512242
Binary111110100110011100101101010010100100111111001011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,41,156); }

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

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

 a { background-color: rgb(15,41,156); }

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

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

 span { border-color: rgb(15,41,156); }

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