Html Css Color HEX #021765 Sapphire

📋 copy color: '#021765'

red 2 ◦ green 23 ◦ blue 101

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

Shades of Sapphire #021765

Tints of Sapphire #021765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 80.16%

R = 1.59%
G = 18.25%
B = 80.16%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#021765 (or 0x021765) is known color: Sapphire. HEX triplet: 02, 17 and 65. RGB value is (2,23,101). Sum of RGB (Red+Green+Blue) = 2+23+101=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 101 (39.84% from 255 or 80.16% from 126); Max value from RGB is 101 - color contains mainly: blue. Hex color #021765 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021765 is #FDE89A. Grayscale: #191919. Windows color (decimal): -16640155 or 6625026. OLE color: 6625026.

HSL color Cylindrical-coordinate representation of color #021765: hue angle of 227.27º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021765 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 23 101 -
CMYK 0.98 0.77 0 0.60
HSL 227.27º 0.96% 0.2% -
HSV(B) 227.27º 0.98% 0.4% -
XYZ 2.68 1.57 12.47 -
YUV 25.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 2 23 101 0.98 0.77 0 0.60 227.27 0.96 0.2
Hex 2 17 65 62 4D 0 3C E3 60 14
Octal 2 27 145 142 115 0 74 343 140 24
Binary 10 10111 1100101 1100010 1001101 0 111100 11100011 1100000 10100

Color Harmonies of #021765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021765

Black with #021765

Text Example


Text Example

White with #021765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021765; }

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

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

background-color css

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

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

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

border-color css

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

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

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