Html Css Color HEX #021761 Sapphire

📋 copy color: '#021761'

red 2 ◦ green 23 ◦ blue 97

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

Shades of Sapphire #021761

Tints of Sapphire #021761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.85%

 BLUE value IS 97 (38.28% from 255) = 79.51%

R = 1.64%
G = 18.85%
B = 79.51%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021761 (or 0x021761) is known color: Sapphire. HEX triplet: 02, 17 and 61. RGB value is (2,23,97). Sum of RGB (Red+Green+Blue) = 2+23+97=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 97 (38.28% from 255 or 79.51% from 122); Max value from RGB is 97 - color contains mainly: blue. Hex color #021761 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021761 is #FDE89E. Grayscale: #181818. Windows color (decimal): -16640159 or 6362882. OLE color: 6362882.

HSL color Cylindrical-coordinate representation of color #021761: hue angle of 226.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021761 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 23 97 -
CMYK 0.98 0.76 0 0.62
HSL 226.74º 0.96% 0.19% -
HSV(B) 226.74º 0.98% 0.38% -
XYZ 2.49 1.49 11.47 -
YUV 25.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 2 23 97 0.98 0.76 0 0.62 226.74 0.96 0.19
Hex 2 17 61 62 4C 0 3E E3 60 13
Octal 2 27 141 142 114 0 76 343 140 23
Binary 10 10111 1100001 1100010 1001100 0 111110 11100011 1100000 10011

Color Harmonies of #021761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021761

Black with #021761

Text Example


Text Example

White with #021761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021761; }

 p { color: rgb(2,23,97); }

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

background-color css

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

 a { background-color: rgb(2,23,97); }

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

border-color css

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

 span { border-color: rgb(2,23,97); }

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