#0F29AF

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

Shades of Egyptian Blue #0F29AF

Tints of Egyptian Blue #0F29AF

Color information

#0F29AF (or 0x0F29AF) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 29 and AF. RGB value is (15,41,175). Sum of RGB (Red+Green+Blue) = 15+41+175=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F29AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F29AF is #F0D650. Grayscale: #2F2F2F. Windows color (decimal): -15783505 or 11479311. OLE color: 11479311.

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

Color convert

RGB1541175-
CMYK0.910.7700.31
HSL230.25º84.21%37.25%-
HSV(B)230.25º91.43%68.63%-
XYZ8.734.7841.02-
YUV48.5199.39104.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.49%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 175 (68.75% from 255) = 75.76%
R=6.49%
G=17.75%
B=75.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15411750.910.7700.31230.2584.2137.25
HexF29AF5B4D01Fe65425
Octal175125713311503734612445
Binary11111010011010111110110111001101011111111001101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F29AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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