#021E4A

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

Shades of Sapphire #021E4A

Tints of Sapphire #021E4A

Color information

#021E4A (or 0x021E4A) is unknown color: approx Sapphire. HEX triplet: 02, 1E and 4A. RGB value is (2,30,74). Sum of RGB (Red+Green+Blue) = 2+30+74=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #021E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E4A is #FDE1B5. Grayscale: #1A1A1A. Windows color (decimal): -16638390 or 4857346. OLE color: 4857346.

HSL color Cylindrical-coordinate representation of color #021E4A: hue angle of 216.67º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021E4A is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB23074-
CMYK0.970.5900.71
HSL216.67º94.74%14.9%-
HSV(B)216.67º97.3%29.02%-
XYZ1.731.446.66-
YUV26.64154.72110.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 74 (29.30% from 255) = 69.81%
R=1.89%
G=28.30%
B=69.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal230740.970.5900.71216.6794.7414.9
Hex21E4A613B047d95ff
Octal23611214173010733113717
Binary101111010010101100001111011010001111101100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,30,74); }

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

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

 a { background-color: rgb(2,30,74); }

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

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

 span { border-color: rgb(2,30,74); }

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