#021B7D

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

Shades of Sapphire #021B7D

Tints of Sapphire #021B7D

Color information

#021B7D (or 0x021B7D) is unknown color: approx Sapphire. HEX triplet: 02, 1B and 7D. RGB value is (2,27,125). Sum of RGB (Red+Green+Blue) = 2+27+125=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 125 (49.22% from 255 or 81.17% from 154); Max value from RGB is 125 - color contains mainly: blue. Hex color #021B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B7D is #FDE482. Grayscale: #1E1E1E. Windows color (decimal): -16639107 or 8198914. OLE color: 8198914.

HSL color Cylindrical-coordinate representation of color #021B7D: hue angle of 227.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021B7D is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB227125-
CMYK0.980.7800.51
HSL227.8º96.85%24.9%-
HSV(B)227.8º98.4%49.02%-
XYZ4.122.2819.62-
YUV30.7181.22107.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 27 (10.94% from 255) = 17.53%
BLUE value IS 125 (49.22% from 255) = 81.17%
R=1.30%
G=17.53%
B=81.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2271250.980.7800.51227.896.8524.9
Hex21B7D624E033e46119
Octal23317514211606334414131
Binary1011011111110111000101001110011001111100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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