Html Css Color HEX #021168 Sapphire

📋 copy color: '#021168'

red 2 ◦ green 17 ◦ blue 104

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

Shades of Sapphire #021168

Tints of Sapphire #021168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 84.55%

R = 1.63%
G = 13.82%
B = 84.55%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#021168 (or 0x021168) is known color: Sapphire. HEX triplet: 02, 11 and 68. RGB value is (2,17,104). Sum of RGB (Red+Green+Blue) = 2+17+104=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #021168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021168 is #FDEE97. Grayscale: #161616. Windows color (decimal): -16641688 or 6820098. OLE color: 6820098.

HSL color Cylindrical-coordinate representation of color #021168: hue angle of 231.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021168 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 17 104 -
CMYK 0.98 0.84 0 0.59
HSL 231.18º 0.96% 0.21% -
HSV(B) 231.18º 0.98% 0.41% -
XYZ 2.72 1.41 13.23 -
YUV 22.43 174.03 113.43 -
System Red Green Blue C M Y K H S L
Decimal 2 17 104 0.98 0.84 0 0.59 231.18 0.96 0.21
Hex 2 11 68 62 54 0 3B E7 60 15
Octal 2 21 150 142 124 0 73 347 140 25
Binary 10 10001 1101000 1100010 1010100 0 111011 11100111 1100000 10101

Color Harmonies of #021168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021168

Black with #021168

Text Example


Text Example

White with #021168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021168; }

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

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

background-color css

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

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

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

border-color css

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

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

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