Html Css Color HEX #021760 Sapphire

📋 copy color: '#021760'

red 2 ◦ green 23 ◦ blue 96

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

Shades of Sapphire #021760

Tints of Sapphire #021760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 79.34%

R = 1.65%
G = 19.01%
B = 79.34%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021760 (or 0x021760) is known color: Sapphire. HEX triplet: 02, 17 and 60. RGB value is (2,23,96). Sum of RGB (Red+Green+Blue) = 2+23+96=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 96 (37.89% from 255 or 79.34% from 121); Max value from RGB is 96 - color contains mainly: blue. Hex color #021760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021760 is #FDE89F. Grayscale: #181818. Windows color (decimal): -16640160 or 6297346. OLE color: 6297346.

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

Color convert

RGB 2 23 96 -
CMYK 0.98 0.76 0 0.62
HSL 226.6º 0.96% 0.19% -
HSV(B) 226.6º 0.98% 0.38% -
XYZ 2.44 1.47 11.22 -
YUV 25.04 168.04 111.56 -
System Red Green Blue C M Y K H S L
Decimal 2 23 96 0.98 0.76 0 0.62 226.6 0.96 0.19
Hex 2 17 60 62 4C 0 3E E3 60 13
Octal 2 27 140 142 114 0 76 343 140 23
Binary 10 10111 1100000 1100010 1001100 0 111110 11100011 1100000 10011

Color Harmonies of #021760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021760

Black with #021760

Text Example


Text Example

White with #021760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021760; }

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

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

background-color css

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

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

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

border-color css

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

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

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