Html Css Color HEX #021665 Sapphire

📋 copy color: '#021665'

red 2 ◦ green 22 ◦ blue 101

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

Shades of Sapphire #021665

Tints of Sapphire #021665

RGB

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

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

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

R = 1.6%
G = 17.6%
B = 80.8%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#021665 (or 0x021665) is known color: Sapphire. HEX triplet: 02, 16 and 65. RGB value is (2,22,101). Sum of RGB (Red+Green+Blue) = 2+22+101=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 101 (39.84% from 255 or 80.8% from 125); Max value from RGB is 101 - color contains mainly: blue. Hex color #021665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021665 is #FDE99A. Grayscale: #181818. Windows color (decimal): -16640411 or 6624770. OLE color: 6624770.

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

Color convert

RGB 2 22 101 -
CMYK 0.98 0.78 0 0.60
HSL 227.88º 0.96% 0.2% -
HSV(B) 227.88º 0.98% 0.4% -
XYZ 2.66 1.53 12.47 -
YUV 25.03 170.87 111.58 -
System Red Green Blue C M Y K H S L
Decimal 2 22 101 0.98 0.78 0 0.60 227.88 0.96 0.2
Hex 2 16 65 62 4E 0 3C E4 60 14
Octal 2 26 145 142 116 0 74 344 140 24
Binary 10 10110 1100101 1100010 1001110 0 111100 11100100 1100000 10100

Color Harmonies of #021665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021665

Black with #021665

Text Example


Text Example

White with #021665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021665; }

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

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

background-color css

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

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

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

border-color css

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

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

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