#0E2859

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

Shades of Sapphire #0E2859

Tints of Sapphire #0E2859

Color information

#0E2859 (or 0x0E2859) is unknown color: approx Sapphire. HEX triplet: 0E, 28 and 59. RGB value is (14,40,89). Sum of RGB (Red+Green+Blue) = 14+40+89=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E2859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2859 is #F1D7A6. Grayscale: #252525. Windows color (decimal): -15849383 or 5842958. OLE color: 5842958.

HSL color Cylindrical-coordinate representation of color #0E2859: hue angle of 219.2º 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 #0E2859 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB144089-
CMYK0.840.5500.65
HSL219.2º72.82%20.2%-
HSV(B)219.2º84.27%34.9%-
XYZ2.742.339.76-
YUV37.81156.89111.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.79%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 89 (35.16% from 255) = 62.24%
R=9.79%
G=27.97%
B=62.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1440890.840.5500.65219.272.8220.2
HexE28595437041db4914
Octal165013112467010133311124
Binary1110101000101100110101001101110100000111011011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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