#0E2D70

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

Shades of Sapphire #0E2D70

Tints of Sapphire #0E2D70

Color information

#0E2D70 (or 0x0E2D70) is unknown color: approx Sapphire. HEX triplet: 0E, 2D and 70. RGB value is (14,45,112). Sum of RGB (Red+Green+Blue) = 14+45+112=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E2D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2D70 is #F1D28F. Grayscale: #2B2B2B. Windows color (decimal): -15848080 or 7351566. OLE color: 7351566.

HSL color Cylindrical-coordinate representation of color #0E2D70: hue angle of 221.02º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E2D70 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1445112-
CMYK0.880.6000.56
HSL221.02º77.78%24.71%-
HSV(B)221.02º87.5%43.92%-
XYZ4.043.1415.72-
YUV43.37166.73107.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 112 (44.14% from 255) = 65.50%
R=8.19%
G=26.32%
B=65.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14451120.880.6000.56221.0277.7824.71
HexE2D70583C038dd4e19
Octal16551601307407033511631
Binary111010110111100001011000111100011100011011101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,45,112); }

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

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

 a { background-color: rgb(14,45,112); }

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

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

 span { border-color: rgb(14,45,112); }

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