#021247

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

Shades of Sapphire #021247

Tints of Sapphire #021247

Color information

#021247 (or 0x021247) is unknown color: approx Sapphire. HEX triplet: 02, 12 and 47. RGB value is (2,18,71). Sum of RGB (Red+Green+Blue) = 2+18+71=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #021247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021247 is #FDEDB8. Grayscale: #131313. Windows color (decimal): -16641465 or 4657666. OLE color: 4657666.

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

Color convert

RGB21871-
CMYK0.970.7500.72
HSL226.09º94.52%14.31%-
HSV(B)226.09º97.18%27.84%-
XYZ1.380.96.06-
YUV19.26157.2115.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 71 (28.12% from 255) = 78.02%
R=2.20%
G=19.78%
B=78.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal218710.970.7500.72226.0994.5214.31
Hex21247614B048e25fe
Octal222107141113011034213716
Binary1010010100011111000011001011010010001110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021247; }

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

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

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

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

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

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

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

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