#021B6B

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

Shades of Sapphire #021B6B

Tints of Sapphire #021B6B

Color information

#021B6B (or 0x021B6B) is unknown color: approx Sapphire. HEX triplet: 02, 1B and 6B. RGB value is (2,27,107). Sum of RGB (Red+Green+Blue) = 2+27+107=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 107 (42.19% from 255 or 78.68% from 136); Max value from RGB is 107 - color contains mainly: blue. Hex color #021B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B6B is #FDE494. Grayscale: #1C1C1C. Windows color (decimal): -16639125 or 7019266. OLE color: 7019266.

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

Color convert

RGB227107-
CMYK0.980.7500.58
HSL225.71º96.33%21.37%-
HSV(B)225.71º98.13%41.96%-
XYZ3.071.8614.11-
YUV28.64172.22109-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 27 (10.94% from 255) = 19.85%
BLUE value IS 107 (42.19% from 255) = 78.68%
R=1.47%
G=19.85%
B=78.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2271070.980.7500.58225.7196.3321.37
Hex21B6B624B03Ae26015
Octal23315314211307234214025
Binary1011011110101111000101001011011101011100010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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