#021B46

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

Shades of Sapphire #021B46

Tints of Sapphire #021B46

Color information

#021B46 (or 0x021B46) is unknown color: approx Sapphire. HEX triplet: 02, 1B and 46. RGB value is (2,27,70). Sum of RGB (Red+Green+Blue) = 2+27+70=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #021B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B46 is #FDE4B9. Grayscale: #181818. Windows color (decimal): -16639162 or 4594434. OLE color: 4594434.

HSL color Cylindrical-coordinate representation of color #021B46: hue angle of 217.94º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021B46 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB22770-
CMYK0.970.6100.73
HSL217.94º94.44%14.12%-
HSV(B)217.94º97.14%27.45%-
XYZ1.521.245.95-
YUV24.43153.72112-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 27 (10.94% from 255) = 27.27%
BLUE value IS 70 (27.73% from 255) = 70.71%
R=2.02%
G=27.27%
B=70.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal227700.970.6100.73217.9494.4414.12
Hex21B46613D049da5ee
Octal23310614175011133213616
Binary101101110001101100001111101010010011101101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021B46; }

 p { color: rgb(2,27,70); }

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

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

 a { background-color: rgb(2,27,70); }

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

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

 span { border-color: rgb(2,27,70); }

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