#0E2758

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

Shades of Sapphire #0E2758

Tints of Sapphire #0E2758

Color information

#0E2758 (or 0x0E2758) is unknown color: approx Sapphire. HEX triplet: 0E, 27 and 58. RGB value is (14,39,88). Sum of RGB (Red+Green+Blue) = 14+39+88=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E2758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2758 is #F1D8A7. Grayscale: #242424. Windows color (decimal): -15849640 or 5777166. OLE color: 5777166.

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

Color convert

RGB143988-
CMYK0.840.5600.65
HSL219.73º72.55%20%-
HSV(B)219.73º84.09%34.51%-
XYZ2.672.259.53-
YUV37.11156.72111.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.93%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 88 (34.77% from 255) = 62.41%
R=9.93%
G=27.66%
B=62.41%

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
Decimal1439880.840.5600.65219.7372.5520
HexE27585438041dc4914
Octal164713012470010133411124
Binary1110100111101100010101001110000100000111011100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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