Html Css Color HEX #021773 Sapphire

📋 copy color: '#021773'

red 2 ◦ green 23 ◦ blue 115

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

Shades of Sapphire #021773

Tints of Sapphire #021773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.43%

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

R = 1.43%
G = 16.43%
B = 82.14%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021773 (or 0x021773) is known color: Sapphire. HEX triplet: 02, 17 and 73. RGB value is (2,23,115). Sum of RGB (Red+Green+Blue) = 2+23+115=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 115 (45.31% from 255 or 82.14% from 140); Max value from RGB is 115 - color contains mainly: blue. Hex color #021773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021773 is #FDE88C. Grayscale: #1A1A1A. Windows color (decimal): -16640141 or 7542530. OLE color: 7542530.

HSL color Cylindrical-coordinate representation of color #021773: hue angle of 228.85º 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 #021773 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 23 115 -
CMYK 0.98 0.80 0 0.55
HSL 228.85º 0.97% 0.23% -
HSV(B) 228.85º 0.98% 0.45% -
XYZ 3.43 1.86 16.4 -
YUV 27.21 177.54 110.02 -
System Red Green Blue C M Y K H S L
Decimal 2 23 115 0.98 0.80 0 0.55 228.85 0.97 0.23
Hex 2 17 73 62 50 0 37 E5 61 17
Octal 2 27 163 142 120 0 67 345 141 27
Binary 10 10111 1110011 1100010 1010000 0 110111 11100101 1100001 10111

Color Harmonies of #021773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021773

Black with #021773

Text Example


Text Example

White with #021773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021773; }

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

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

background-color css

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

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

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

border-color css

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

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

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