Html Css Color HEX #021166 Sapphire

📋 copy color: '#021166'

red 2 ◦ green 17 ◦ blue 102

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

Shades of Sapphire #021166

Tints of Sapphire #021166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

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

R = 1.65%
G = 14.05%
B = 84.3%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#021166 (or 0x021166) is known color: Sapphire. HEX triplet: 02, 11 and 66. RGB value is (2,17,102). Sum of RGB (Red+Green+Blue) = 2+17+102=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 102 (40.23% from 255 or 84.30% from 121); Max value from RGB is 102 - color contains mainly: blue. Hex color #021166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021166 is #FDEE99. Grayscale: #151515. Windows color (decimal): -16641690 or 6689026. OLE color: 6689026.

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

Color convert

RGB 2 17 102 -
CMYK 0.98 0.83 0 0.6
HSL 231º 0.96% 0.2% -
HSV(B) 231º 0.98% 0.4% -
XYZ 2.62 1.37 12.7 -
YUV 22.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 2 17 102 0.98 0.83 0 0.6 231 0.96 0.2
Hex 2 11 66 62 53 0 3C E7 60 14
Octal 2 21 146 142 123 0 74 347 140 24
Binary 10 10001 1100110 1100010 1010011 0 111100 11100111 1100000 10100

Color Harmonies of #021166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021166

Black with #021166

Text Example


Text Example

White with #021166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021166; }

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

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

background-color css

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

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

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

border-color css

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

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

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