#021270

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

Shades of Sapphire #021270

Tints of Sapphire #021270

Color information

#021270 (or 0x021270) is unknown color: approx Sapphire. HEX triplet: 02, 12 and 70. RGB value is (2,18,112). Sum of RGB (Red+Green+Blue) = 2+18+112=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 112 (44.14% from 255 or 84.85% from 132); Max value from RGB is 112 - color contains mainly: blue. Hex color #021270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021270 is #FDED8F. Grayscale: #171717. Windows color (decimal): -16641424 or 7344642. OLE color: 7344642.

HSL color Cylindrical-coordinate representation of color #021270: hue angle of 231.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021270 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB218112-
CMYK0.980.8400.56
HSL231.27º96.49%22.35%-
HSV(B)231.27º98.21%43.92%-
XYZ3.171.6215.47-
YUV23.93177.7112.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 112 (44.14% from 255) = 84.85%
R=1.52%
G=13.64%
B=84.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2181120.980.8400.56231.2796.4922.35
Hex212706254038e76016
Octal22216014212407034714026
Binary1010010111000011000101010100011100011100111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021270; }

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

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

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

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

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

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

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

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