#0E2759

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

Shades of Sapphire #0E2759

Tints of Sapphire #0E2759

Color information

#0E2759 (or 0x0E2759) is unknown color: approx Sapphire. HEX triplet: 0E, 27 and 59. RGB value is (14,39,89). Sum of RGB (Red+Green+Blue) = 14+39+89=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E2759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2759 is #F1D8A6. Grayscale: #252525. Windows color (decimal): -15849639 or 5842702. OLE color: 5842702.

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

Color convert

RGB143989-
CMYK0.840.5600.65
HSL220º72.82%20.2%-
HSV(B)220º84.27%34.9%-
XYZ2.712.279.75-
YUV37.22157.22111.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.86%
GREEN value IS 39 (15.62% from 255) = 27.46%
BLUE value IS 89 (35.16% from 255) = 62.68%
R=9.86%
G=27.46%
B=62.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1439890.840.5600.6522072.8220.2
HexE27595438041dc4914
Octal164713112470010133411124
Binary1110100111101100110101001110000100000111011100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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