#021450

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

Shades of Sapphire #021450

Tints of Sapphire #021450

Color information

#021450 (or 0x021450) is unknown color: approx Sapphire. HEX triplet: 02, 14 and 50. RGB value is (2,20,80). Sum of RGB (Red+Green+Blue) = 2+20+80=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #021450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021450 is #FDEBAF. Grayscale: #151515. Windows color (decimal): -16640944 or 5248002. OLE color: 5248002.

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

Color convert

RGB22080-
CMYK0.980.7500.69
HSL226.15º95.12%16.08%-
HSV(B)226.15º97.5%31.37%-
XYZ1.721.097.71-
YUV21.46161.04114.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 80 (31.64% from 255) = 78.43%
R=1.96%
G=19.61%
B=78.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal220800.980.7500.69226.1595.1216.08
Hex21450624B045e25f10
Octal224120142113010534213720
Binary10101001010000110001010010110100010111100010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021450; }

 p { color: rgb(2,20,80); }

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

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

 a { background-color: rgb(2,20,80); }

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

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

 span { border-color: rgb(2,20,80); }

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