Html Css Color HEX #021149 Sapphire

📋 copy color: '#021149'

red 2 ◦ green 17 ◦ blue 73

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

Shades of Sapphire #021149

Tints of Sapphire #021149

RGB

 RED value IS 2 (1.17% from 255) = 2.17%

 GREEN value IS 17 (7.03% from 255) = 18.48%

 BLUE value IS 73 (28.91% from 255) = 79.35%

R = 2.17%
G = 18.48%
B = 79.35%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#021149 (or 0x021149) is known color: Sapphire. HEX triplet: 02, 11 and 49. RGB value is (2,17,73). Sum of RGB (Red+Green+Blue) = 2+17+73=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 73 (28.91% from 255 or 79.35% from 92); Max value from RGB is 73 - color contains mainly: blue. Hex color #021149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021149 is #FDEEB6. Grayscale: #121212. Windows color (decimal): -16641719 or 4788482. OLE color: 4788482.

HSL color Cylindrical-coordinate representation of color #021149: hue angle of 227.32º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021149 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 17 73 -
CMYK 0.97 0.77 0 0.71
HSL 227.32º 0.95% 0.15% -
HSV(B) 227.32º 0.97% 0.29% -
XYZ 1.43 0.89 6.4 -
YUV 18.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 2 17 73 0.97 0.77 0 0.71 227.32 0.95 0.15
Hex 2 11 49 61 4D 0 47 E3 5F F
Octal 2 21 111 141 115 0 107 343 137 17
Binary 10 10001 1001001 1100001 1001101 0 1000111 11100011 1011111 1111

Color Harmonies of #021149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021149

Black with #021149

Text Example


Text Example

White with #021149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021149; }

 p { color: rgb(2,17,73); }

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

background-color css

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

 a { background-color: rgb(2,17,73); }

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

border-color css

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

 span { border-color: rgb(2,17,73); }

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