#0E1951

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

Shades of Sapphire #0E1951

Tints of Sapphire #0E1951

Color information

#0E1951 (or 0x0E1951) is unknown color: approx Sapphire. HEX triplet: 0E, 19 and 51. RGB value is (14,25,81). Sum of RGB (Red+Green+Blue) = 14+25+81=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #0E1951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1951 is #F1E6AE. Grayscale: #1B1B1B. Windows color (decimal): -15853231 or 5314830. OLE color: 5314830.

HSL color Cylindrical-coordinate representation of color #0E1951: hue angle of 230.15º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E1951 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB142581-
CMYK0.830.6900.68
HSL230.15º70.53%18.63%-
HSV(B)230.15º82.72%31.76%-
XYZ2.011.387.95-
YUV28.1157.86117.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.67%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 81 (32.03% from 255) = 67.5%
R=11.67%
G=20.83%
B=67.5%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1425810.830.6900.68230.1570.5318.63
HexE19515345044e64713
Octal1631121123105010434610723
Binary1110110011010001101001110001010100010011100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,25,81); }

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

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

 a { background-color: rgb(14,25,81); }

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

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

 span { border-color: rgb(14,25,81); }

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