Html Css Color HEX #021659 Sapphire

📋 copy color: '#021659'

red 2 ◦ green 22 ◦ blue 89

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

Shades of Sapphire #021659

Tints of Sapphire #021659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 78.76%

R = 1.77%
G = 19.47%
B = 78.76%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021659 (or 0x021659) is known color: Sapphire. HEX triplet: 02, 16 and 59. RGB value is (2,22,89). Sum of RGB (Red+Green+Blue) = 2+22+89=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #021659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021659 is #FDE9A6. Grayscale: #171717. Windows color (decimal): -16640423 or 5838338. OLE color: 5838338.

HSL color Cylindrical-coordinate representation of color #021659: hue angle of 226.21º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021659 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 22 89 -
CMYK 0.98 0.75 0 0.65
HSL 226.21º 0.96% 0.18% -
HSV(B) 226.21º 0.98% 0.35% -
XYZ 2.12 1.31 9.59 -
YUV 23.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 2 22 89 0.98 0.75 0 0.65 226.21 0.96 0.18
Hex 2 16 59 62 4B 0 41 E2 60 12
Octal 2 26 131 142 113 0 101 342 140 22
Binary 10 10110 1011001 1100010 1001011 0 1000001 11100010 1100000 10010

Color Harmonies of #021659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021659

Black with #021659

Text Example


Text Example

White with #021659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021659; }

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

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

background-color css

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

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

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

border-color css

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

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

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