Html Css Color HEX #021666 Sapphire

📋 copy color: '#021666'

red 2 ◦ green 22 ◦ blue 102

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

Shades of Sapphire #021666

Tints of Sapphire #021666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 80.95%

R = 1.59%
G = 17.46%
B = 80.95%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#021666 (or 0x021666) is known color: Sapphire. HEX triplet: 02, 16 and 66. RGB value is (2,22,102). Sum of RGB (Red+Green+Blue) = 2+22+102=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 102 (40.23% from 255 or 80.95% from 126); Max value from RGB is 102 - color contains mainly: blue. Hex color #021666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021666 is #FDE999. Grayscale: #181818. Windows color (decimal): -16640410 or 6690306. OLE color: 6690306.

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

Color convert

RGB 2 22 102 -
CMYK 0.98 0.78 0 0.6
HSL 228º 0.96% 0.2% -
HSV(B) 228º 0.98% 0.4% -
XYZ 2.71 1.55 12.73 -
YUV 25.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 2 22 102 0.98 0.78 0 0.6 228 0.96 0.2
Hex 2 16 66 62 4E 0 3C E4 60 14
Octal 2 26 146 142 116 0 74 344 140 24
Binary 10 10110 1100110 1100010 1001110 0 111100 11100100 1100000 10100

Color Harmonies of #021666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021666

Black with #021666

Text Example


Text Example

White with #021666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021666; }

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

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

background-color css

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

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

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

border-color css

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

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

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