Html Css Color HEX #022166 Sapphire

📋 copy color: '#022166'

red 2 ◦ green 33 ◦ blue 102

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

Shades of Sapphire #022166

Tints of Sapphire #022166

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.09%

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

R = 1.46%
G = 24.09%
B = 74.45%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#022166 (or 0x022166) is known color: Sapphire. HEX triplet: 02, 21 and 66. RGB value is (2,33,102). Sum of RGB (Red+Green+Blue) = 2+33+102=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #022166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022166 is #FDDE99. Grayscale: #1F1F1F. Windows color (decimal): -16637594 or 6693122. OLE color: 6693122.

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

Color convert

RGB 2 33 102 -
CMYK 0.98 0.68 0 0.6
HSL 221.4º 0.96% 0.2% -
HSV(B) 221.4º 0.98% 0.4% -
XYZ 2.97 2.06 12.81 -
YUV 31.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 2 33 102 0.98 0.68 0 0.6 221.4 0.96 0.2
Hex 2 21 66 62 44 0 3C DD 60 14
Octal 2 41 146 142 104 0 74 335 140 24
Binary 10 100001 1100110 1100010 1000100 0 111100 11011101 1100000 10100

Color Harmonies of #022166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022166

Black with #022166

Text Example


Text Example

White with #022166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022166; }

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

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

background-color css

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

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

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

border-color css

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

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

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