Html Css Color HEX #0F20AC Egyptian Blue

📋 copy color: '#0F20AC'

red 15 ◦ green 32 ◦ blue 172

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

Shades of Egyptian Blue #0F20AC

Tints of Egyptian Blue #0F20AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 6.85%
G = 14.61%
B = 78.54%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F20AC (or 0x0F20AC) is known color: Egyptian Blue. HEX triplet: 0F, 20 and AC. RGB value is (15,32,172). Sum of RGB (Red+Green+Blue) = 15+32+172=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F20AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F20AC is #F0DF53. Grayscale: #2A2A2A. Windows color (decimal): -15785812 or 11280399. OLE color: 11280399.

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

Color convert

RGB 15 32 172 -
CMYK 0.91 0.81 0 0.33
HSL 233.5º 0.84% 0.37% -
HSV(B) 233.5º 0.91% 0.67% -
XYZ 8.16 4.11 39.39 -
YUV 42.88 200.87 108.12 -
System Red Green Blue C M Y K H S L
Decimal 15 32 172 0.91 0.81 0 0.33 233.5 0.84 0.37
Hex F 20 AC 5B 51 0 21 EA 54 25
Octal 17 40 254 133 121 0 41 352 124 45
Binary 1111 100000 10101100 1011011 1010001 0 100001 11101010 1010100 100101

Color Harmonies of #0F20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F20AC

Black with #0F20AC

Text Example


Text Example

White with #0F20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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