Html Css Color HEX #0F22AC Egyptian Blue

📋 copy color: '#0F22AC'

red 15 ◦ green 34 ◦ blue 172

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

Shades of Egyptian Blue #0F22AC

Tints of Egyptian Blue #0F22AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.83%

R = 6.79%
G = 15.38%
B = 77.83%

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

#0F22AC (or 0x0F22AC) is known color: Egyptian Blue. HEX triplet: 0F, 22 and AC. RGB value is (15,34,172). Sum of RGB (Red+Green+Blue) = 15+34+172=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F22AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F22AC is #F0DD53. Grayscale: #2B2B2B. Windows color (decimal): -15785300 or 11280911. OLE color: 11280911.

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

Color convert

RGB 15 34 172 -
CMYK 0.91 0.80 0 0.33
HSL 232.74º 0.84% 0.37% -
HSV(B) 232.74º 0.91% 0.67% -
XYZ 8.22 4.22 39.41 -
YUV 44.05 200.21 107.28 -
System Red Green Blue C M Y K H S L
Decimal 15 34 172 0.91 0.80 0 0.33 232.74 0.84 0.37
Hex F 22 AC 5B 50 0 21 E9 54 25
Octal 17 42 254 133 120 0 41 351 124 45
Binary 1111 100010 10101100 1011011 1010000 0 100001 11101001 1010100 100101

Color Harmonies of #0F22AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F22AC

Black with #0F22AC

Text Example


Text Example

White with #0F22AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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