#020D5C

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

Shades of Sapphire #020D5C

Tints of Sapphire #020D5C

Color information

#020D5C (or 0x020D5C) is unknown color: approx Sapphire. HEX triplet: 02, 0D and 5C. RGB value is (2,13,92). Sum of RGB (Red+Green+Blue) = 2+13+92=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 92 (36.33% from 255 or 85.98% from 107); Max value from RGB is 92 - color contains mainly: blue. Hex color #020D5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D5C is #FDF2A3. Grayscale: #121212. Windows color (decimal): -16642724 or 6032642. OLE color: 6032642.

HSL color Cylindrical-coordinate representation of color #020D5C: hue angle of 232.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020D5C is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB21392-
CMYK0.980.8600.64
HSL232.67º95.74%18.43%-
HSV(B)232.67º97.83%36.08%-
XYZ2.11.0710.22-
YUV18.72169.36116.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 92 (36.33% from 255) = 85.98%
R=1.87%
G=12.15%
B=85.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal213920.980.8600.64232.6795.7418.43
Hex2D5C6256040e96012
Octal215134142126010035114022
Binary1011011011100110001010101100100000011101001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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