#021047

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

Shades of Sapphire #021047

Tints of Sapphire #021047

Color information

#021047 (or 0x021047) is unknown color: approx Sapphire. HEX triplet: 02, 10 and 47. RGB value is (2,16,71). Sum of RGB (Red+Green+Blue) = 2+16+71=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 71 (28.12% from 255 or 79.78% from 89); Max value from RGB is 71 - color contains mainly: blue. Hex color #021047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021047 is #FDEFB8. Grayscale: #111111. Windows color (decimal): -16641977 or 4657154. OLE color: 4657154.

HSL color Cylindrical-coordinate representation of color #021047: hue angle of 227.83º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021047 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21671-
CMYK0.970.7700.72
HSL227.83º94.52%14.31%-
HSV(B)227.83º97.18%27.84%-
XYZ1.350.846.05-
YUV18.08157.86116.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 71 (28.12% from 255) = 79.78%
R=2.25%
G=17.98%
B=79.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal216710.970.7700.72227.8394.5214.31
Hex21047614D048e45fe
Octal220107141115011034413716
Binary1010000100011111000011001101010010001110010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021047; }

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

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

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

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

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

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

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

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