#0E2560

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

Shades of Sapphire #0E2560

Tints of Sapphire #0E2560

Color information

#0E2560 (or 0x0E2560) is unknown color: approx Sapphire. HEX triplet: 0E, 25 and 60. RGB value is (14,37,96). Sum of RGB (Red+Green+Blue) = 14+37+96=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #0E2560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2560 is #F1DA9F. Grayscale: #242424. Windows color (decimal): -15850144 or 6300942. OLE color: 6300942.

HSL color Cylindrical-coordinate representation of color #0E2560: hue angle of 223.17º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E2560 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB143796-
CMYK0.850.6100.62
HSL223.17º74.55%21.57%-
HSV(B)223.17º85.42%37.65%-
XYZ2.952.2611.35-
YUV36.85161.38111.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.52%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=9.52%
G=25.17%
B=65.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1437960.850.6100.62223.1774.5521.57
HexE2560553D03Edf4b16
Octal16451401257507633711326
Binary111010010111000001010101111101011111011011111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,37,96); }

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

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

 a { background-color: rgb(14,37,96); }

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

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

 span { border-color: rgb(14,37,96); }

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