Html Css Color HEX #021762 Sapphire

📋 copy color: '#021762'

red 2 ◦ green 23 ◦ blue 98

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

Shades of Sapphire #021762

Tints of Sapphire #021762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 79.67%

R = 1.63%
G = 18.7%
B = 79.67%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021762 (or 0x021762) is known color: Sapphire. HEX triplet: 02, 17 and 62. RGB value is (2,23,98). Sum of RGB (Red+Green+Blue) = 2+23+98=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #021762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021762 is #FDE89D. Grayscale: #181818. Windows color (decimal): -16640158 or 6428418. OLE color: 6428418.

HSL color Cylindrical-coordinate representation of color #021762: hue angle of 226.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021762 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 23 98 -
CMYK 0.98 0.77 0 0.62
HSL 226.88º 0.96% 0.2% -
HSV(B) 226.88º 0.98% 0.38% -
XYZ 2.54 1.51 11.71 -
YUV 25.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 2 23 98 0.98 0.77 0 0.62 226.88 0.96 0.2
Hex 2 17 62 62 4D 0 3E E3 60 14
Octal 2 27 142 142 115 0 76 343 140 24
Binary 10 10111 1100010 1100010 1001101 0 111110 11100011 1100000 10100

Color Harmonies of #021762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021762

Black with #021762

Text Example


Text Example

White with #021762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021762; }

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

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

background-color css

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

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

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

border-color css

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

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

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