#020E4E

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

Shades of Sapphire #020E4E

Tints of Sapphire #020E4E

Color information

#020E4E (or 0x020E4E) is unknown color: approx Sapphire. HEX triplet: 02, 0E and 4E. RGB value is (2,14,78). Sum of RGB (Red+Green+Blue) = 2+14+78=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 78 (30.86% from 255 or 82.98% from 94); Max value from RGB is 78 - color contains mainly: blue. Hex color #020E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E4E is #FDF1B1. Grayscale: #111111. Windows color (decimal): -16642482 or 5115394. OLE color: 5115394.

HSL color Cylindrical-coordinate representation of color #020E4E: hue angle of 230.53º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020E4E is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB21478-
CMYK0.970.8200.69
HSL230.53º95%15.69%-
HSV(B)230.53º97.44%30.59%-
XYZ1.560.887.29-
YUV17.71162.02116.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 14 (5.86% from 255) = 14.89%
BLUE value IS 78 (30.86% from 255) = 82.98%
R=2.13%
G=14.89%
B=82.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal214780.970.8200.69230.539515.69
Hex2E4E6152045e75f10
Octal216116141122010534713720
Binary1011101001110110000110100100100010111100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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