Html Css Color HEX #0F22AA Egyptian Blue

📋 copy color: '#0F22AA'

red 15 ◦ green 34 ◦ blue 170

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

Shades of Egyptian Blue #0F22AA

Tints of Egyptian Blue #0F22AA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.53%

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

R = 6.85%
G = 15.53%
B = 77.63%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F22AA (or 0x0F22AA) is known color: Egyptian Blue. HEX triplet: 0F, 22 and AA. RGB value is (15,34,170). Sum of RGB (Red+Green+Blue) = 15+34+170=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F22AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F22AA is #F0DD55. Grayscale: #2B2B2B. Windows color (decimal): -15785302 or 11149839. OLE color: 11149839.

HSL color Cylindrical-coordinate representation of color #0F22AA: hue angle of 232.65º 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 #0F22AA is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 34 170 -
CMYK 0.91 0.80 0 0.33
HSL 232.65º 0.84% 0.36% -
HSV(B) 232.65º 0.91% 0.67% -
XYZ 8.02 4.15 38.41 -
YUV 43.82 199.21 107.44 -
System Red Green Blue C M Y K H S L
Decimal 15 34 170 0.91 0.80 0 0.33 232.65 0.84 0.36
Hex F 22 AA 5B 50 0 21 E9 54 24
Octal 17 42 252 133 120 0 41 351 124 44
Binary 1111 100010 10101010 1011011 1010000 0 100001 11101001 1010100 100100

Color Harmonies of #0F22AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F22AA

Black with #0F22AA

Text Example


Text Example

White with #0F22AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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