#021747

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

Shades of Sapphire #021747

Tints of Sapphire #021747

Color information

#021747 (or 0x021747) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 47. RGB value is (2,23,71). Sum of RGB (Red+Green+Blue) = 2+23+71=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 71 (28.12% from 255 or 73.96% from 96); Max value from RGB is 71 - color contains mainly: blue. Hex color #021747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021747 is #FDE8B8. Grayscale: #151515. Windows color (decimal): -16640185 or 4658946. OLE color: 4658946.

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

Color convert

RGB22371-
CMYK0.970.6800.72
HSL221.74º94.52%14.31%-
HSV(B)221.74º97.18%27.84%-
XYZ1.471.086.09-
YUV22.19155.54113.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 71 (28.12% from 255) = 73.96%
R=2.08%
G=23.96%
B=73.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal223710.970.6800.72221.7494.5214.31
Hex217476144048de5fe
Octal227107141104011033613716
Binary1010111100011111000011000100010010001101111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021747; }

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

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

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

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

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

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

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

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