#021746

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

Shades of Sapphire #021746

Tints of Sapphire #021746

Color information

#021746 (or 0x021746) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 46. RGB value is (2,23,70). Sum of RGB (Red+Green+Blue) = 2+23+70=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #021746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021746 is #FDE8B9. Grayscale: #151515. Windows color (decimal): -16640186 or 4593410. OLE color: 4593410.

HSL color Cylindrical-coordinate representation of color #021746: hue angle of 221.47º 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 #021746 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB22370-
CMYK0.970.6700.73
HSL221.47º94.44%14.12%-
HSV(B)221.47º97.14%27.45%-
XYZ1.441.075.92-
YUV22.08155.04113.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 70 (27.73% from 255) = 73.68%
R=2.11%
G=24.21%
B=73.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal223700.970.6700.73221.4794.4414.12
Hex217466143049dd5ee
Octal227106141103011133513616
Binary1010111100011011000011000011010010011101110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021746; }

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

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

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

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

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

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

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

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