#0E2E75

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

Shades of Sapphire #0E2E75

Tints of Sapphire #0E2E75

Color information

#0E2E75 (or 0x0E2E75) is unknown color: approx Sapphire. HEX triplet: 0E, 2E and 75. RGB value is (14,46,117). Sum of RGB (Red+Green+Blue) = 14+46+117=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E2E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2E75 is #F1D18A. Grayscale: #2C2C2C. Windows color (decimal): -15847819 or 7679502. OLE color: 7679502.

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

Color convert

RGB1446117-
CMYK0.880.6100.54
HSL221.36º78.63%25.69%-
HSV(B)221.36º88.03%45.88%-
XYZ4.373.3317.24-
YUV44.53168.9106.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.91%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 117 (46.09% from 255) = 66.10%
R=7.91%
G=25.99%
B=66.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14461170.880.6100.54221.3678.6325.69
HexE2E75583D036dd4f1a
Octal16561651307506633511732
Binary111010111011101011011000111101011011011011101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,46,117); }

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

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

 a { background-color: rgb(14,46,117); }

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

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

 span { border-color: rgb(14,46,117); }

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