#021A6B

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

Shades of Sapphire #021A6B

Tints of Sapphire #021A6B

Color information

#021A6B (or 0x021A6B) is unknown color: approx Sapphire. HEX triplet: 02, 1A and 6B. RGB value is (2,26,107). Sum of RGB (Red+Green+Blue) = 2+26+107=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 107 (42.19% from 255 or 79.26% from 135); Max value from RGB is 107 - color contains mainly: blue. Hex color #021A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A6B is #FDE594. Grayscale: #1B1B1B. Windows color (decimal): -16639381 or 7019010. OLE color: 7019010.

HSL color Cylindrical-coordinate representation of color #021A6B: hue angle of 226.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A6B is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB226107-
CMYK0.980.7600.58
HSL226.29º96.33%21.37%-
HSV(B)226.29º98.13%41.96%-
XYZ3.051.8114.1-
YUV28.06172.55109.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 107 (42.19% from 255) = 79.26%
R=1.48%
G=19.26%
B=79.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2261070.980.7600.58226.2996.3321.37
Hex21A6B624C03Ae26015
Octal23215314211407234214025
Binary1011010110101111000101001100011101011100010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,26,107); }

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

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

 a { background-color: rgb(2,26,107); }

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

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

 span { border-color: rgb(2,26,107); }

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