#021546

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

Shades of Sapphire #021546

Tints of Sapphire #021546

Color information

#021546 (or 0x021546) is unknown color: approx Sapphire. HEX triplet: 02, 15 and 46. RGB value is (2,21,70). Sum of RGB (Red+Green+Blue) = 2+21+70=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 70 (27.73% from 255 or 75.27% from 93); Max value from RGB is 70 - color contains mainly: blue. Hex color #021546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021546 is #FDEAB9. Grayscale: #141414. Windows color (decimal): -16640698 or 4592898. OLE color: 4592898.

HSL color Cylindrical-coordinate representation of color #021546: hue angle of 223.24º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021546 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB22170-
CMYK0.970.7000.73
HSL223.24º94.44%14.12%-
HSV(B)223.24º97.14%27.45%-
XYZ1.40.995.91-
YUV20.9155.71114.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 70 (27.73% from 255) = 75.27%
R=2.15%
G=22.58%
B=75.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal221700.970.7000.73223.2494.4414.12
Hex215466146049df5ee
Octal225106141106011133713616
Binary1010101100011011000011000110010010011101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021546; }

 p { color: rgb(2,21,70); }

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

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

 a { background-color: rgb(2,21,70); }

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

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

 span { border-color: rgb(2,21,70); }

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