#021251

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

Shades of Sapphire #021251

Tints of Sapphire #021251

Color information

#021251 (or 0x021251) is unknown color: approx Sapphire. HEX triplet: 02, 12 and 51. RGB value is (2,18,81). Sum of RGB (Red+Green+Blue) = 2+18+81=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 81 (32.03% from 255 or 80.20% from 101); Max value from RGB is 81 - color contains mainly: blue. Hex color #021251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021251 is #FDEDAE. Grayscale: #141414. Windows color (decimal): -16641455 or 5313026. OLE color: 5313026.

HSL color Cylindrical-coordinate representation of color #021251: hue angle of 227.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021251 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB21881-
CMYK0.980.7800.68
HSL227.85º95.18%16.27%-
HSV(B)227.85º97.53%31.76%-
XYZ1.731.047.89-
YUV20.4162.2114.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 81 (32.03% from 255) = 80.20%
R=1.98%
G=17.82%
B=80.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal218810.980.7800.68227.8595.1816.27
Hex21251624E044e45f10
Octal222121142116010434413720
Binary10100101010001110001010011100100010011100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021251; }

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

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

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

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

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

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

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

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