Html Css Color HEX #0F20AB Egyptian Blue

📋 copy color: '#0F20AB'

red 15 ◦ green 32 ◦ blue 171

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

Shades of Egyptian Blue #0F20AB

Tints of Egyptian Blue #0F20AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 78.44%

R = 6.88%
G = 14.68%
B = 78.44%

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

#0F20AB (or 0x0F20AB) is known color: Egyptian Blue. HEX triplet: 0F, 20 and AB. RGB value is (15,32,171). Sum of RGB (Red+Green+Blue) = 15+32+171=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F20AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F20AB is #F0DF54. Grayscale: #2A2A2A. Windows color (decimal): -15785813 or 11214863. OLE color: 11214863.

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

Color convert

RGB 15 32 171 -
CMYK 0.91 0.81 0 0.33
HSL 233.46º 0.84% 0.36% -
HSV(B) 233.46º 0.91% 0.67% -
XYZ 8.06 4.07 38.89 -
YUV 42.76 200.37 108.2 -
System Red Green Blue C M Y K H S L
Decimal 15 32 171 0.91 0.81 0 0.33 233.46 0.84 0.36
Hex F 20 AB 5B 51 0 21 E9 54 24
Octal 17 40 253 133 121 0 41 351 124 44
Binary 1111 100000 10101011 1011011 1010001 0 100001 11101001 1010100 100100

Color Harmonies of #0F20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F20AB

Black with #0F20AB

Text Example


Text Example

White with #0F20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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