#0E2578

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

Shades of Sapphire #0E2578

Tints of Sapphire #0E2578

Color information

#0E2578 (or 0x0E2578) is unknown color: approx Sapphire. HEX triplet: 0E, 25 and 78. RGB value is (14,37,120). Sum of RGB (Red+Green+Blue) = 14+37+120=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E2578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2578 is #F1DA87. Grayscale: #272727. Windows color (decimal): -15850120 or 7873806. OLE color: 7873806.

HSL color Cylindrical-coordinate representation of color #0E2578: hue angle of 226.98º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E2578 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1437120-
CMYK0.880.6900.53
HSL226.98º79.1%26.27%-
HSV(B)226.98º88.33%47.06%-
XYZ4.232.7718.08-
YUV39.58173.38109.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 120 (47.27% from 255) = 70.18%
R=8.19%
G=21.64%
B=70.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14371200.880.6900.53226.9879.126.27
HexE25785845035e34f1a
Octal164517013010506534311732
Binary1110100101111100010110001000101011010111100011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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