#020E4A

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

Shades of Sapphire #020E4A

Tints of Sapphire #020E4A

Color information

#020E4A (or 0x020E4A) is unknown color: approx Sapphire. HEX triplet: 02, 0E and 4A. RGB value is (2,14,74). Sum of RGB (Red+Green+Blue) = 2+14+74=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 74 (29.30% from 255 or 82.22% from 90); Max value from RGB is 74 - color contains mainly: blue. Hex color #020E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E4A is #FDF1B5. Grayscale: #111111. Windows color (decimal): -16642486 or 4853250. OLE color: 4853250.

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

Color convert

RGB21474-
CMYK0.970.8100.71
HSL230º94.74%14.9%-
HSV(B)230º97.3%29.02%-
XYZ1.420.826.56-
YUV17.25160.02117.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 14 (5.86% from 255) = 15.56%
BLUE value IS 74 (29.30% from 255) = 82.22%
R=2.22%
G=15.56%
B=82.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal214740.970.8100.7123094.7414.9
Hex2E4A6151047e65ff
Octal216112141121010734613717
Binary101110100101011000011010001010001111110011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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