#021A4A

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

Shades of Sapphire #021A4A

Tints of Sapphire #021A4A

Color information

#021A4A (or 0x021A4A) is unknown color: approx Sapphire. HEX triplet: 02, 1A and 4A. RGB value is (2,26,74). Sum of RGB (Red+Green+Blue) = 2+26+74=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #021A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A4A is #FDE5B5. Grayscale: #181818. Windows color (decimal): -16639414 or 4856322. OLE color: 4856322.

HSL color Cylindrical-coordinate representation of color #021A4A: hue angle of 220º 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 #021A4A is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB22674-
CMYK0.970.6500.71
HSL220º94.74%14.9%-
HSV(B)220º97.3%29.02%-
XYZ1.631.256.63-
YUV24.3156.05112.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 26 (10.55% from 255) = 25.49%
BLUE value IS 74 (29.30% from 255) = 72.55%
R=1.96%
G=25.49%
B=72.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal226740.970.6500.7122094.7414.9
Hex21A4A6141047dc5ff
Octal232112141101010733413717
Binary1011010100101011000011000001010001111101110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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