Html Css Color HEX #021F59 Sapphire

📋 copy color: '#021F59'

red 2 ◦ green 31 ◦ blue 89

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

Shades of Sapphire #021F59

Tints of Sapphire #021F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.41%

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

R = 1.64%
G = 25.41%
B = 72.95%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021F59 (or 0x021F59) is known color: Sapphire. HEX triplet: 02, 1F and 59. RGB value is (2,31,89). Sum of RGB (Red+Green+Blue) = 2+31+89=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #021F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F59 is #FDE0A6. Grayscale: #1C1C1C. Windows color (decimal): -16638119 or 5840642. OLE color: 5840642.

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

Color convert

RGB 2 31 89 -
CMYK 0.98 0.65 0 0.65
HSL 220º 0.96% 0.18% -
HSV(B) 220º 0.98% 0.35% -
XYZ 2.32 1.71 9.66 -
YUV 28.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 2 31 89 0.98 0.65 0 0.65 220 0.96 0.18
Hex 2 1F 59 62 41 0 41 DC 60 12
Octal 2 37 131 142 101 0 101 334 140 22
Binary 10 11111 1011001 1100010 1000001 0 1000001 11011100 1100000 10010

Color Harmonies of #021F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F59

Black with #021F59

Text Example


Text Example

White with #021F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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