#020D59

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

Shades of Sapphire #020D59

Tints of Sapphire #020D59

Color information

#020D59 (or 0x020D59) is unknown color: approx Sapphire. HEX triplet: 02, 0D and 59. RGB value is (2,13,89). Sum of RGB (Red+Green+Blue) = 2+13+89=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 89 (35.16% from 255 or 85.58% from 104); Max value from RGB is 89 - color contains mainly: blue. Hex color #020D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D59 is #FDF2A6. Grayscale: #121212. Windows color (decimal): -16642727 or 5836034. OLE color: 5836034.

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

Color convert

RGB21389-
CMYK0.980.8500.65
HSL232.41º95.6%17.84%-
HSV(B)232.41º97.75%34.9%-
XYZ1.971.029.54-
YUV18.38167.86116.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 13 (5.47% from 255) = 12.5%
BLUE value IS 89 (35.16% from 255) = 85.58%
R=1.92%
G=12.5%
B=85.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal213890.980.8500.65232.4195.617.84
Hex2D596255041e86012
Octal215131142125010135014022
Binary1011011011001110001010101010100000111101000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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