#0F29AD

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

Shades of Egyptian Blue #0F29AD

Tints of Egyptian Blue #0F29AD

Color information

#0F29AD (or 0x0F29AD) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 29 and AD. RGB value is (15,41,173). Sum of RGB (Red+Green+Blue) = 15+41+173=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F29AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F29AD is #F0D652. Grayscale: #2F2F2F. Windows color (decimal): -15783507 or 11348239. OLE color: 11348239.

HSL color Cylindrical-coordinate representation of color #0F29AD: hue angle of 230.13º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F29AD is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1541173-
CMYK0.910.7600.32
HSL230.13º84.04%36.86%-
HSV(B)230.13º91.33%67.84%-
XYZ8.534.739.99-
YUV48.27198.39104.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.55%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 173 (67.97% from 255) = 75.55%
R=6.55%
G=17.90%
B=75.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15411730.910.7600.32230.1384.0436.86
HexF29AD5B4C020e65425
Octal175125513311404034612445
Binary111110100110101101101101110011000100000111001101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F29AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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