Html Css Color HEX #021676 Sapphire

📋 copy color: '#021676'

red 2 ◦ green 22 ◦ blue 118

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

Shades of Sapphire #021676

Tints of Sapphire #021676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.49%

 BLUE value IS 118 (46.48% from 255) = 83.1%

R = 1.41%
G = 15.49%
B = 83.1%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#021676 (or 0x021676) is known color: Sapphire. HEX triplet: 02, 16 and 76. RGB value is (2,22,118). Sum of RGB (Red+Green+Blue) = 2+22+118=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 118 (46.48% from 255 or 83.10% from 142); Max value from RGB is 118 - color contains mainly: blue. Hex color #021676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021676 is #FDE989. Grayscale: #1A1A1A. Windows color (decimal): -16640394 or 7738882. OLE color: 7738882.

HSL color Cylindrical-coordinate representation of color #021676: hue angle of 229.66º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021676 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 22 118 -
CMYK 0.98 0.81 0 0.54
HSL 229.66º 0.97% 0.24% -
HSV(B) 229.66º 0.98% 0.46% -
XYZ 3.58 1.89 17.32 -
YUV 26.96 179.37 110.19 -
System Red Green Blue C M Y K H S L
Decimal 2 22 118 0.98 0.81 0 0.54 229.66 0.97 0.24
Hex 2 16 76 62 51 0 36 E6 61 18
Octal 2 26 166 142 121 0 66 346 141 30
Binary 10 10110 1110110 1100010 1010001 0 110110 11100110 1100001 11000

Color Harmonies of #021676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021676

Black with #021676

Text Example


Text Example

White with #021676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021676; }

 p { color: rgb(2,22,118); }

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

background-color css

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

 a { background-color: rgb(2,22,118); }

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

border-color css

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

 span { border-color: rgb(2,22,118); }

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