#021D59

Color #021D59 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #021D59

Tints of Sapphire #021D59

Color information

#021D59 (or 0x021D59) is unknown color: approx Sapphire. HEX triplet: 02, 1D and 59. RGB value is (2,29,89). Sum of RGB (Red+Green+Blue) = 2+29+89=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #021D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D59 is #FDE2A6. Grayscale: #1B1B1B. Windows color (decimal): -16638631 or 5840130. OLE color: 5840130.

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

Color convert

RGB22989-
CMYK0.980.6700.65
HSL221.38º95.6%17.84%-
HSV(B)221.38º97.75%34.9%-
XYZ2.271.619.64-
YUV27.77162.55109.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 89 (35.16% from 255) = 74.17%
R=1.67%
G=24.17%
B=74.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal229890.980.6700.65221.3895.617.84
Hex21D596243041dd6012
Octal235131142103010133514022
Binary10111011011001110001010000110100000111011101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #021D59;
 }
 .AnyTagClassName
 {
   color: #021D59;
 }
</style>
background-color css

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

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

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

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

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

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