Html Css Color HEX #0F21AD Egyptian Blue

📋 copy color: '#0F21AD'

red 15 ◦ green 33 ◦ blue 173

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

Shades of Egyptian Blue #0F21AD

Tints of Egyptian Blue #0F21AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 78.28%

R = 6.79%
G = 14.93%
B = 78.28%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F21AD (or 0x0F21AD) is known color: Egyptian Blue. HEX triplet: 0F, 21 and AD. RGB value is (15,33,173). Sum of RGB (Red+Green+Blue) = 15+33+173=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F21AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F21AD is #F0DE52. Grayscale: #2B2B2B. Windows color (decimal): -15785555 or 11346191. OLE color: 11346191.

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

Color convert

RGB 15 33 173 -
CMYK 0.91 0.81 0 0.32
HSL 233.16º 0.84% 0.37% -
HSV(B) 233.16º 0.91% 0.68% -
XYZ 8.28 4.21 39.91 -
YUV 43.58 201.04 107.62 -
System Red Green Blue C M Y K H S L
Decimal 15 33 173 0.91 0.81 0 0.32 233.16 0.84 0.37
Hex F 21 AD 5B 51 0 20 E9 54 25
Octal 17 41 255 133 121 0 40 351 124 45
Binary 1111 100001 10101101 1011011 1010001 0 100000 11101001 1010100 100101

Color Harmonies of #0F21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F21AD

Black with #0F21AD

Text Example


Text Example

White with #0F21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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