Html Css Color HEX #0F29AA Egyptian Blue

📋 copy color: '#0F29AA'

red 15 ◦ green 41 ◦ blue 170

#0F29AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #0F29AA

Tints of Egyptian Blue #0F29AA

RGB

 RED value IS 15 (6.25% from 255) = 6.64%

 GREEN value IS 41 (16.41% from 255) = 18.14%

 BLUE value IS 170 (66.8% from 255) = 75.22%

R = 6.64%
G = 18.14%
B = 75.22%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F29AA (or 0x0F29AA) is known color: Egyptian Blue. HEX triplet: 0F, 29 and AA. RGB value is (15,41,170). Sum of RGB (Red+Green+Blue) = 15+41+170=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 170 (66.80% from 255 or 75.22% from 226); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F29AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F29AA is #F0D655. Grayscale: #2F2F2F. Windows color (decimal): -15783510 or 11151631. OLE color: 11151631.

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

Color convert

RGB 15 41 170 -
CMYK 0.91 0.76 0 0.33
HSL 229.94º 0.84% 0.36% -
HSV(B) 229.94º 0.91% 0.67% -
XYZ 8.25 4.59 38.48 -
YUV 47.93 196.89 104.51 -
System Red Green Blue C M Y K H S L
Decimal 15 41 170 0.91 0.76 0 0.33 229.94 0.84 0.36
Hex F 29 AA 5B 4C 0 21 E6 54 24
Octal 17 51 252 133 114 0 41 346 124 44
Binary 1111 101001 10101010 1011011 1001100 0 100001 11100110 1010100 100100

Color Harmonies of #0F29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F29AA

Black with #0F29AA

Text Example


Text Example

White with #0F29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F29AA;
 }
 .AnyTagClassName
 {
   color: #0F29AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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