Html Css Color HEX #021677 Sapphire

📋 copy color: '#021677'

red 2 ◦ green 22 ◦ blue 119

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

Shades of Sapphire #021677

Tints of Sapphire #021677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 83.22%

R = 1.4%
G = 15.38%
B = 83.22%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#021677 (or 0x021677) is known color: Sapphire. HEX triplet: 02, 16 and 77. RGB value is (2,22,119). Sum of RGB (Red+Green+Blue) = 2+22+119=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #021677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021677 is #FDE988. Grayscale: #1A1A1A. Windows color (decimal): -16640393 or 7804418. OLE color: 7804418.

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

Color convert

RGB 2 22 119 -
CMYK 0.98 0.82 0 0.53
HSL 229.74º 0.97% 0.24% -
HSV(B) 229.74º 0.98% 0.47% -
XYZ 3.64 1.92 17.63 -
YUV 27.08 179.87 110.11 -
System Red Green Blue C M Y K H S L
Decimal 2 22 119 0.98 0.82 0 0.53 229.74 0.97 0.24
Hex 2 16 77 62 52 0 35 E6 61 18
Octal 2 26 167 142 122 0 65 346 141 30
Binary 10 10110 1110111 1100010 1010010 0 110101 11100110 1100001 11000

Color Harmonies of #021677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021677

Black with #021677

Text Example


Text Example

White with #021677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021677; }

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

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

background-color css

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

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

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

border-color css

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

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

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