Html Css Color HEX #0F21AB Egyptian Blue

📋 copy color: '#0F21AB'

red 15 ◦ green 33 ◦ blue 171

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

Shades of Egyptian Blue #0F21AB

Tints of Egyptian Blue #0F21AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

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

R = 6.85%
G = 15.07%
B = 78.08%

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

#0F21AB (or 0x0F21AB) is known color: Egyptian Blue. HEX triplet: 0F, 21 and AB. RGB value is (15,33,171). Sum of RGB (Red+Green+Blue) = 15+33+171=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F21AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F21AB is #F0DE54. Grayscale: #2A2A2A. Windows color (decimal): -15785557 or 11215119. OLE color: 11215119.

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

Color convert

RGB 15 33 171 -
CMYK 0.91 0.81 0 0.33
HSL 233.08º 0.84% 0.36% -
HSV(B) 233.08º 0.91% 0.67% -
XYZ 8.09 4.13 38.9 -
YUV 43.35 200.04 107.78 -
System Red Green Blue C M Y K H S L
Decimal 15 33 171 0.91 0.81 0 0.33 233.08 0.84 0.36
Hex F 21 AB 5B 51 0 21 E9 54 24
Octal 17 41 253 133 121 0 41 351 124 44
Binary 1111 100001 10101011 1011011 1010001 0 100001 11101001 1010100 100100

Color Harmonies of #0F21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F21AB

Black with #0F21AB

Text Example


Text Example

White with #0F21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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