#020A54

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

Shades of Sapphire #020A54

Tints of Sapphire #020A54

Color information

#020A54 (or 0x020A54) is unknown color: approx Sapphire. HEX triplet: 02, 0A and 54. RGB value is (2,10,84). Sum of RGB (Red+Green+Blue) = 2+10+84=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 84 (33.20% from 255 or 87.5% from 96); Max value from RGB is 84 - color contains mainly: blue. Hex color #020A54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A54 is #FDF5AB. Grayscale: #0F0F0F. Windows color (decimal): -16643500 or 5507586. OLE color: 5507586.

HSL color Cylindrical-coordinate representation of color #020A54: hue angle of 234.15º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A54 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB21084-
CMYK0.980.8800.67
HSL234.15º95.35%16.86%-
HSV(B)234.15º97.62%32.94%-
XYZ1.730.878.46-
YUV16.04166.35117.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 84 (33.20% from 255) = 87.5%
R=2.08%
G=10.42%
B=87.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal210840.980.8800.67234.1595.3516.86
Hex2A546258043ea5f11
Octal212124142130010335213721
Binary1010101010100110001010110000100001111101010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020A54; }

 p { color: rgb(2,10,84); }

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

<style>
 a { background-color: #020A54; }

 a { background-color: rgb(2,10,84); }

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

<style>
 span { border-color: #020A54; }

 span { border-color: rgb(2,10,84); }

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