#020C5D

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

Shades of Sapphire #020C5D

Tints of Sapphire #020C5D

Color information

#020C5D (or 0x020C5D) is unknown color: approx Sapphire. HEX triplet: 02, 0C and 5D. RGB value is (2,12,93). Sum of RGB (Red+Green+Blue) = 2+12+93=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 93 (36.72% from 255 or 86.92% from 107); Max value from RGB is 93 - color contains mainly: blue. Hex color #020C5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C5D is #FDF3A2. Grayscale: #111111. Windows color (decimal): -16642979 or 6097922. OLE color: 6097922.

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

Color convert

RGB21293-
CMYK0.980.8700.64
HSL233.41º95.79%18.63%-
HSV(B)233.41º97.85%36.47%-
XYZ2.131.0710.45-
YUV18.24170.19116.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 93 (36.72% from 255) = 86.92%
R=1.87%
G=11.21%
B=86.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal212930.980.8700.64233.4195.7918.63
Hex2C5D6257040e96013
Octal214135142127010035114023
Binary1011001011101110001010101110100000011101001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,12,93); }

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

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

 a { background-color: rgb(2,12,93); }

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

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

 span { border-color: rgb(2,12,93); }

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