Html Css Color HEX #021859 Sapphire

📋 copy color: '#021859'

red 2 ◦ green 24 ◦ blue 89

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

Shades of Sapphire #021859

Tints of Sapphire #021859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.87%

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

R = 1.74%
G = 20.87%
B = 77.39%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021859 (or 0x021859) is known color: Sapphire. HEX triplet: 02, 18 and 59. RGB value is (2,24,89). Sum of RGB (Red+Green+Blue) = 2+24+89=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 89 (35.16% from 255 or 77.39% from 115); Max value from RGB is 89 - color contains mainly: blue. Hex color #021859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021859 is #FDE7A6. Grayscale: #181818. Windows color (decimal): -16639911 or 5838850. OLE color: 5838850.

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

Color convert

RGB 2 24 89 -
CMYK 0.98 0.73 0 0.65
HSL 224.83º 0.96% 0.18% -
HSV(B) 224.83º 0.98% 0.35% -
XYZ 2.15 1.39 9.61 -
YUV 24.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 2 24 89 0.98 0.73 0 0.65 224.83 0.96 0.18
Hex 2 18 59 62 49 0 41 E1 60 12
Octal 2 30 131 142 111 0 101 341 140 22
Binary 10 11000 1011001 1100010 1001001 0 1000001 11100001 1100000 10010

Color Harmonies of #021859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021859

Black with #021859

Text Example


Text Example

White with #021859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021859; }

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

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

background-color css

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

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

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

border-color css

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

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

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