#0E204E

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

Shades of Sapphire #0E204E

Tints of Sapphire #0E204E

Color information

#0E204E (or 0x0E204E) is unknown color: approx Sapphire. HEX triplet: 0E, 20 and 4E. RGB value is (14,32,78). Sum of RGB (Red+Green+Blue) = 14+32+78=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #0E204E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E204E is #F1DFB1. Grayscale: #1F1F1F. Windows color (decimal): -15851442 or 5120014. OLE color: 5120014.

HSL color Cylindrical-coordinate representation of color #0E204E: hue angle of 223.12º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E204E is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB143278-
CMYK0.820.5900.69
HSL223.12º69.57%18.04%-
HSV(B)223.12º82.05%30.59%-
XYZ2.071.687.42-
YUV31.86154.04115.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.29%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 78 (30.86% from 255) = 62.90%
R=11.29%
G=25.81%
B=62.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1432780.820.5900.69223.1269.5718.04
HexE204E523B045df4612
Octal164011612273010533710622
Binary1110100000100111010100101110110100010111011111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E204E; }

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

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

<style>
 a { background-color: #0E204E; }

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

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

<style>
 span { border-color: #0E204E; }

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

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