#021B6A

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

Shades of Sapphire #021B6A

Tints of Sapphire #021B6A

Color information

#021B6A (or 0x021B6A) is unknown color: approx Sapphire. HEX triplet: 02, 1B and 6A. RGB value is (2,27,106). Sum of RGB (Red+Green+Blue) = 2+27+106=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 106 (41.80% from 255 or 78.52% from 135); Max value from RGB is 106 - color contains mainly: blue. Hex color #021B6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B6A is #FDE495. Grayscale: #1C1C1C. Windows color (decimal): -16639126 or 6953730. OLE color: 6953730.

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

Color convert

RGB227106-
CMYK0.980.7500.58
HSL225.58º96.3%21.18%-
HSV(B)225.58º98.11%41.57%-
XYZ3.021.8413.83-
YUV28.53171.72109.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 27 (10.94% from 255) = 20%
BLUE value IS 106 (41.80% from 255) = 78.52%
R=1.48%
G=20%
B=78.52%

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
Decimal2271060.980.7500.58225.5896.321.18
Hex21B6A624B03Ae26015
Octal23315214211307234214025
Binary1011011110101011000101001011011101011100010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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