#021A5E

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

Shades of Sapphire #021A5E

Tints of Sapphire #021A5E

Color information

#021A5E (or 0x021A5E) is unknown color: approx Sapphire. HEX triplet: 02, 1A and 5E. RGB value is (2,26,94). Sum of RGB (Red+Green+Blue) = 2+26+94=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #021A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A5E is #FDE5A1. Grayscale: #1A1A1A. Windows color (decimal): -16639394 or 6167042. OLE color: 6167042.

HSL color Cylindrical-coordinate representation of color #021A5E: hue angle of 224.35º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A5E is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB22694-
CMYK0.980.7200.63
HSL224.35º95.83%18.82%-
HSV(B)224.35º97.87%36.86%-
XYZ2.411.5610.76-
YUV26.58166.05110.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 26 (10.55% from 255) = 21.31%
BLUE value IS 94 (37.11% from 255) = 77.05%
R=1.64%
G=21.31%
B=77.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal226940.980.7200.63224.3595.8318.82
Hex21A5E624803Fe06013
Octal23213614211007734014023
Binary1011010101111011000101001000011111111100000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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