Html Css Color HEX #021973 Sapphire

📋 copy color: '#021973'

red 2 ◦ green 25 ◦ blue 115

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

Shades of Sapphire #021973

Tints of Sapphire #021973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.61%

 BLUE value IS 115 (45.31% from 255) = 80.99%

R = 1.41%
G = 17.61%
B = 80.99%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021973 (or 0x021973) is known color: Sapphire. HEX triplet: 02, 19 and 73. RGB value is (2,25,115). Sum of RGB (Red+Green+Blue) = 2+25+115=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 115 (45.31% from 255 or 80.99% from 142); Max value from RGB is 115 - color contains mainly: blue. Hex color #021973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021973 is #FDE68C. Grayscale: #1C1C1C. Windows color (decimal): -16639629 or 7543042. OLE color: 7543042.

HSL color Cylindrical-coordinate representation of color #021973: hue angle of 227.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021973 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 25 115 -
CMYK 0.98 0.78 0 0.55
HSL 227.79º 0.97% 0.23% -
HSV(B) 227.79º 0.98% 0.45% -
XYZ 3.47 1.95 16.41 -
YUV 28.38 176.88 109.18 -
System Red Green Blue C M Y K H S L
Decimal 2 25 115 0.98 0.78 0 0.55 227.79 0.97 0.23
Hex 2 19 73 62 4E 0 37 E4 61 17
Octal 2 31 163 142 116 0 67 344 141 27
Binary 10 11001 1110011 1100010 1001110 0 110111 11100100 1100001 10111

Color Harmonies of #021973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021973

Black with #021973

Text Example


Text Example

White with #021973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021973; }

 p { color: rgb(2,25,115); }

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

background-color css

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

 a { background-color: rgb(2,25,115); }

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

border-color css

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

 span { border-color: rgb(2,25,115); }

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