#020C53

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

Shades of Sapphire #020C53

Tints of Sapphire #020C53

Color information

#020C53 (or 0x020C53) is unknown color: approx Sapphire. HEX triplet: 02, 0C and 53. RGB value is (2,12,83). Sum of RGB (Red+Green+Blue) = 2+12+83=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 83 (32.81% from 255 or 85.57% from 97); Max value from RGB is 83 - color contains mainly: blue. Hex color #020C53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C53 is #FDF3AC. Grayscale: #101010. Windows color (decimal): -16642989 or 5442562. OLE color: 5442562.

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

Color convert

RGB21283-
CMYK0.980.8600.67
HSL232.59º95.29%16.67%-
HSV(B)232.59º97.59%32.55%-
XYZ1.720.98.27-
YUV17.1165.19117.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 12 (5.08% from 255) = 12.37%
BLUE value IS 83 (32.81% from 255) = 85.57%
R=2.06%
G=12.37%
B=85.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal212830.980.8600.67232.5995.2916.67
Hex2C536256043e95f11
Octal214123142126010335113721
Binary1011001010011110001010101100100001111101001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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