Html Css Color HEX #021359 Sapphire

📋 copy color: '#021359'

red 2 ◦ green 19 ◦ blue 89

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

Shades of Sapphire #021359

Tints of Sapphire #021359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.27%

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

R = 1.82%
G = 17.27%
B = 80.91%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021359 (or 0x021359) is known color: Sapphire. HEX triplet: 02, 13 and 59. RGB value is (2,19,89). Sum of RGB (Red+Green+Blue) = 2+19+89=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #021359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021359 is #FDECA6. Grayscale: #151515. Windows color (decimal): -16641191 or 5837570. OLE color: 5837570.

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

Color convert

RGB 2 19 89 -
CMYK 0.98 0.79 0 0.65
HSL 228.28º 0.96% 0.18% -
HSV(B) 228.28º 0.98% 0.35% -
XYZ 2.06 1.2 9.57 -
YUV 21.9 165.87 113.81 -
System Red Green Blue C M Y K H S L
Decimal 2 19 89 0.98 0.79 0 0.65 228.28 0.96 0.18
Hex 2 13 59 62 4F 0 41 E4 60 12
Octal 2 23 131 142 117 0 101 344 140 22
Binary 10 10011 1011001 1100010 1001111 0 1000001 11100100 1100000 10010

Color Harmonies of #021359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021359

Black with #021359

Text Example


Text Example

White with #021359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021359; }

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

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

background-color css

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

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

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

border-color css

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

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

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