#020D56

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

Shades of Sapphire #020D56

Tints of Sapphire #020D56

Color information

#020D56 (or 0x020D56) is unknown color: approx Sapphire. HEX triplet: 02, 0D and 56. RGB value is (2,13,86). Sum of RGB (Red+Green+Blue) = 2+13+86=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 86 (33.98% from 255 or 85.15% from 101); Max value from RGB is 86 - color contains mainly: blue. Hex color #020D56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D56 is #FDF2A9. Grayscale: #111111. Windows color (decimal): -16642730 or 5639426. OLE color: 5639426.

HSL color Cylindrical-coordinate representation of color #020D56: hue angle of 232.14º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020D56 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB21386-
CMYK0.980.8500.66
HSL232.14º95.45%17.25%-
HSV(B)232.14º97.67%33.73%-
XYZ1.850.978.89-
YUV18.03166.36116.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 13 (5.47% from 255) = 12.87%
BLUE value IS 86 (33.98% from 255) = 85.15%
R=1.98%
G=12.87%
B=85.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal213860.980.8500.66232.1495.4517.25
Hex2D566255042e85f11
Octal215126142125010235013721
Binary1011011010110110001010101010100001011101000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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