#021C5E

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

Shades of Sapphire #021C5E

Tints of Sapphire #021C5E

Color information

#021C5E (or 0x021C5E) is unknown color: approx Sapphire. HEX triplet: 02, 1C and 5E. RGB value is (2,28,94). Sum of RGB (Red+Green+Blue) = 2+28+94=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #021C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C5E is #FDE3A1. Grayscale: #1B1B1B. Windows color (decimal): -16638882 or 6167554. OLE color: 6167554.

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

Color convert

RGB22894-
CMYK0.980.7000.63
HSL223.04º95.83%18.82%-
HSV(B)223.04º97.87%36.86%-
XYZ2.461.6510.78-
YUV27.75165.39109.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 28 (11.33% from 255) = 22.58%
BLUE value IS 94 (37.11% from 255) = 75.81%
R=1.61%
G=22.58%
B=75.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal228940.980.7000.63223.0495.8318.82
Hex21C5E624603Fdf6013
Octal23413614210607733714023
Binary1011100101111011000101000110011111111011111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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