Html Css Color HEX #021A59 Sapphire

📋 copy color: '#021A59'

red 2 ◦ green 26 ◦ blue 89

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

Shades of Sapphire #021A59

Tints of Sapphire #021A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.22%

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

R = 1.71%
G = 22.22%
B = 76.07%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021A59 (or 0x021A59) is known color: Sapphire. HEX triplet: 02, 1A and 59. RGB value is (2,26,89). Sum of RGB (Red+Green+Blue) = 2+26+89=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #021A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A59 is #FDE5A6. Grayscale: #191919. Windows color (decimal): -16639399 or 5839362. OLE color: 5839362.

HSL color Cylindrical-coordinate representation of color #021A59: hue angle of 223.45º 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 #021A59 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 26 89 -
CMYK 0.98 0.71 0 0.65
HSL 223.45º 0.96% 0.18% -
HSV(B) 223.45º 0.98% 0.35% -
XYZ 2.2 1.47 9.62 -
YUV 26.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 2 26 89 0.98 0.71 0 0.65 223.45 0.96 0.18
Hex 2 1A 59 62 47 0 41 DF 60 12
Octal 2 32 131 142 107 0 101 337 140 22
Binary 10 11010 1011001 1100010 1000111 0 1000001 11011111 1100000 10010

Color Harmonies of #021A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A59

Black with #021A59

Text Example


Text Example

White with #021A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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