#021061

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

Shades of Sapphire #021061

Tints of Sapphire #021061

Color information

#021061 (or 0x021061) is unknown color: approx Sapphire. HEX triplet: 02, 10 and 61. RGB value is (2,16,97). Sum of RGB (Red+Green+Blue) = 2+16+97=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 97 (38.28% from 255 or 84.35% from 115); Max value from RGB is 97 - color contains mainly: blue. Hex color #021061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021061 is #FDEF9E. Grayscale: #141414. Windows color (decimal): -16641951 or 6361090. OLE color: 6361090.

HSL color Cylindrical-coordinate representation of color #021061: hue angle of 231.16º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021061 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB21697-
CMYK0.980.8400.62
HSL231.16º95.96%19.41%-
HSV(B)231.16º97.94%38.04%-
XYZ2.371.2511.43-
YUV21.05170.86114.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 97 (38.28% from 255) = 84.35%
R=1.74%
G=13.91%
B=84.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal216970.980.8400.62231.1695.9619.41
Hex21061625403Ee76013
Octal22014114212407634714023
Binary1010000110000111000101010100011111011100111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021061; }

 p { color: rgb(2,16,97); }

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

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

 a { background-color: rgb(2,16,97); }

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

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

 span { border-color: rgb(2,16,97); }

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