Html Css Color HEX #021660 Sapphire

📋 copy color: '#021660'

red 2 ◦ green 22 ◦ blue 96

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

Shades of Sapphire #021660

Tints of Sapphire #021660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.33%

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

R = 1.67%
G = 18.33%
B = 80%

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

#021660 (or 0x021660) is known color: Sapphire. HEX triplet: 02, 16 and 60. RGB value is (2,22,96). Sum of RGB (Red+Green+Blue) = 2+22+96=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #021660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021660 is #FDE99F. Grayscale: #181818. Windows color (decimal): -16640416 or 6297090. OLE color: 6297090.

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

Color convert

RGB 2 22 96 -
CMYK 0.98 0.77 0 0.62
HSL 227.23º 0.96% 0.19% -
HSV(B) 227.23º 0.98% 0.38% -
XYZ 2.42 1.43 11.21 -
YUV 24.46 168.37 111.98 -
System Red Green Blue C M Y K H S L
Decimal 2 22 96 0.98 0.77 0 0.62 227.23 0.96 0.19
Hex 2 16 60 62 4D 0 3E E3 60 13
Octal 2 26 140 142 115 0 76 343 140 23
Binary 10 10110 1100000 1100010 1001101 0 111110 11100011 1100000 10011

Color Harmonies of #021660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021660

Black with #021660

Text Example


Text Example

White with #021660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021660; }

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

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

background-color css

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

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

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

border-color css

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

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

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