#0E2059

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

Shades of Sapphire #0E2059

Tints of Sapphire #0E2059

Color information

#0E2059 (or 0x0E2059) is unknown color: approx Sapphire. HEX triplet: 0E, 20 and 59. RGB value is (14,32,89). Sum of RGB (Red+Green+Blue) = 14+32+89=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E2059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2059 is #F1DFA6. Grayscale: #202020. Windows color (decimal): -15851431 or 5840910. OLE color: 5840910.

HSL color Cylindrical-coordinate representation of color #0E2059: hue angle of 225.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E2059 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB143289-
CMYK0.840.6400.65
HSL225.6º72.82%20.2%-
HSV(B)225.6º84.27%34.9%-
XYZ2.51.859.68-
YUV33.12159.54114.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.37%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 89 (35.16% from 255) = 65.93%
R=10.37%
G=23.70%
B=65.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1432890.840.6400.65225.672.8220.2
HexE20595440041e24914
Octal1640131124100010134211124
Binary11101000001011001101010010000000100000111100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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