#021260

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

Shades of Sapphire #021260

Tints of Sapphire #021260

Color information

#021260 (or 0x021260) is unknown color: approx Sapphire. HEX triplet: 02, 12 and 60. RGB value is (2,18,96). Sum of RGB (Red+Green+Blue) = 2+18+96=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 96 (37.89% from 255 or 82.76% from 116); Max value from RGB is 96 - color contains mainly: blue. Hex color #021260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021260 is #FDED9F. Grayscale: #151515. Windows color (decimal): -16641440 or 6296066. OLE color: 6296066.

HSL color Cylindrical-coordinate representation of color #021260: hue angle of 229.79º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021260 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB21896-
CMYK0.980.8100.62
HSL229.79º95.92%19.22%-
HSV(B)229.79º97.92%37.65%-
XYZ2.351.2911.19-
YUV22.11169.7113.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 18 (7.42% from 255) = 15.52%
BLUE value IS 96 (37.89% from 255) = 82.76%
R=1.72%
G=15.52%
B=82.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal218960.980.8100.62229.7995.9219.22
Hex21260625103Ee66013
Octal22214014212107634614023
Binary1010010110000011000101010001011111011100110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021260; }

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

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

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

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

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

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

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

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