Html Css Color HEX #022163 Sapphire

📋 copy color: '#022163'

red 2 ◦ green 33 ◦ blue 99

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

Shades of Sapphire #022163

Tints of Sapphire #022163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 73.88%

R = 1.49%
G = 24.63%
B = 73.88%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#022163 (or 0x022163) is known color: Sapphire. HEX triplet: 02, 21 and 63. RGB value is (2,33,99). Sum of RGB (Red+Green+Blue) = 2+33+99=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #022163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022163 is #FDDE9C. Grayscale: #1E1E1E. Windows color (decimal): -16637597 or 6496514. OLE color: 6496514.

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

Color convert

RGB 2 33 99 -
CMYK 0.98 0.67 0 0.61
HSL 220.82º 0.96% 0.2% -
HSV(B) 220.82º 0.98% 0.39% -
XYZ 2.82 2 12.04 -
YUV 31.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 2 33 99 0.98 0.67 0 0.61 220.82 0.96 0.2
Hex 2 21 63 62 43 0 3D DD 60 14
Octal 2 41 143 142 103 0 75 335 140 24
Binary 10 100001 1100011 1100010 1000011 0 111101 11011101 1100000 10100

Color Harmonies of #022163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022163

Black with #022163

Text Example


Text Example

White with #022163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022163; }

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

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

background-color css

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

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

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

border-color css

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

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

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