Html Css Color HEX #021977 Sapphire

📋 copy color: '#021977'

red 2 ◦ green 25 ◦ blue 119

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

Shades of Sapphire #021977

Tints of Sapphire #021977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 1.37%
G = 17.12%
B = 81.51%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#021977 (or 0x021977) is known color: Sapphire. HEX triplet: 02, 19 and 77. RGB value is (2,25,119). Sum of RGB (Red+Green+Blue) = 2+25+119=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 119 (46.88% from 255 or 81.51% from 146); Max value from RGB is 119 - color contains mainly: blue. Hex color #021977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021977 is #FDE688. Grayscale: #1C1C1C. Windows color (decimal): -16639625 or 7805186. OLE color: 7805186.

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

Color convert

RGB 2 25 119 -
CMYK 0.98 0.79 0 0.53
HSL 228.21º 0.97% 0.24% -
HSV(B) 228.21º 0.98% 0.47% -
XYZ 3.7 2.04 17.65 -
YUV 28.84 178.88 108.86 -
System Red Green Blue C M Y K H S L
Decimal 2 25 119 0.98 0.79 0 0.53 228.21 0.97 0.24
Hex 2 19 77 62 4F 0 35 E4 61 18
Octal 2 31 167 142 117 0 65 344 141 30
Binary 10 11001 1110111 1100010 1001111 0 110101 11100100 1100001 11000

Color Harmonies of #021977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021977

Black with #021977

Text Example


Text Example

White with #021977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021977; }

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

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

background-color css

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

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

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

border-color css

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

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

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