Html Css Color HEX #021163 Sapphire

📋 copy color: '#021163'

red 2 ◦ green 17 ◦ blue 99

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

Shades of Sapphire #021163

Tints of Sapphire #021163

RGB

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

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

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

R = 1.69%
G = 14.41%
B = 83.9%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#021163 (or 0x021163) is known color: Sapphire. HEX triplet: 02, 11 and 63. RGB value is (2,17,99). Sum of RGB (Red+Green+Blue) = 2+17+99=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #021163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021163 is #FDEE9C. Grayscale: #151515. Windows color (decimal): -16641693 or 6492418. OLE color: 6492418.

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

Color convert

RGB 2 17 99 -
CMYK 0.98 0.83 0 0.61
HSL 230.72º 0.96% 0.2% -
HSV(B) 230.72º 0.98% 0.39% -
XYZ 2.48 1.31 11.93 -
YUV 21.86 171.53 113.83 -
System Red Green Blue C M Y K H S L
Decimal 2 17 99 0.98 0.83 0 0.61 230.72 0.96 0.2
Hex 2 11 63 62 53 0 3D E7 60 14
Octal 2 21 143 142 123 0 75 347 140 24
Binary 10 10001 1100011 1100010 1010011 0 111101 11100111 1100000 10100

Color Harmonies of #021163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021163

Black with #021163

Text Example


Text Example

White with #021163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021163; }

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

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

background-color css

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

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

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

border-color css

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

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

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