#0E2778

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

Shades of Sapphire #0E2778

Tints of Sapphire #0E2778

Color information

#0E2778 (or 0x0E2778) is unknown color: approx Sapphire. HEX triplet: 0E, 27 and 78. RGB value is (14,39,120). Sum of RGB (Red+Green+Blue) = 14+39+120=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E2778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2778 is #F1D887. Grayscale: #282828. Windows color (decimal): -15849608 or 7874318. OLE color: 7874318.

HSL color Cylindrical-coordinate representation of color #0E2778: hue angle of 225.85º 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 #0E2778 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1439120-
CMYK0.880.6700.53
HSL225.85º79.1%26.27%-
HSV(B)225.85º88.33%47.06%-
XYZ4.32.918.1-
YUV40.76172.72108.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.09%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 120 (47.27% from 255) = 69.36%
R=8.09%
G=22.54%
B=69.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14391200.880.6700.53225.8579.126.27
HexE27785843035e24f1a
Octal164717013010306534211732
Binary1110100111111100010110001000011011010111100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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