#021B51

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

Shades of Sapphire #021B51

Tints of Sapphire #021B51

Color information

#021B51 (or 0x021B51) is unknown color: approx Sapphire. HEX triplet: 02, 1B and 51. RGB value is (2,27,81). Sum of RGB (Red+Green+Blue) = 2+27+81=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 81 (32.03% from 255 or 73.64% from 110); Max value from RGB is 81 - color contains mainly: blue. Hex color #021B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B51 is #FDE4AE. Grayscale: #191919. Windows color (decimal): -16639151 or 5315330. OLE color: 5315330.

HSL color Cylindrical-coordinate representation of color #021B51: hue angle of 221.01º 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 #021B51 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB22781-
CMYK0.980.6700.68
HSL221.01º95.18%16.27%-
HSV(B)221.01º97.53%31.76%-
XYZ1.91.397.95-
YUV25.68159.22111.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 81 (32.03% from 255) = 73.64%
R=1.82%
G=24.55%
B=73.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal227810.980.6700.68221.0195.1816.27
Hex21B516243044dd5f10
Octal233121142103010433513720
Binary10110111010001110001010000110100010011011101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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