#021A7B

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

Shades of Sapphire #021A7B

Tints of Sapphire #021A7B

Color information

#021A7B (or 0x021A7B) is unknown color: approx Sapphire. HEX triplet: 02, 1A and 7B. RGB value is (2,26,123). Sum of RGB (Red+Green+Blue) = 2+26+123=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 123 (48.44% from 255 or 81.46% from 151); Max value from RGB is 123 - color contains mainly: blue. Hex color #021A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A7B is #FDE584. Grayscale: #1D1D1D. Windows color (decimal): -16639365 or 8067586. OLE color: 8067586.

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

Color convert

RGB226123-
CMYK0.980.7900.52
HSL228.1º96.8%24.51%-
HSV(B)228.1º98.37%48.24%-
XYZ3.972.1818.95-
YUV29.88180.55108.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 123 (48.44% from 255) = 81.46%
R=1.32%
G=17.22%
B=81.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2261230.980.7900.52228.196.824.51
Hex21A7B624F034e46119
Octal23217314211706434414131
Binary1011010111101111000101001111011010011100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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