#0E3087

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

Shades of Smalt #0E3087

Tints of Smalt #0E3087

Color information

#0E3087 (or 0x0E3087) is unknown color: approx Smalt. HEX triplet: 0E, 30 and 87. RGB value is (14,48,135). Sum of RGB (Red+Green+Blue) = 14+48+135=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 135 (53.12% from 255 or 68.53% from 197); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E3087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3087 is #F1CF78. Grayscale: #2F2F2F. Windows color (decimal): -15847289 or 8859662. OLE color: 8859662.

HSL color Cylindrical-coordinate representation of color #0E3087: hue angle of 223.14º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E3087 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1448135-
CMYK0.900.6400.47
HSL223.14º81.21%29.22%-
HSV(B)223.14º89.63%52.94%-
XYZ5.613.9623.39-
YUV47.75177.24103.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.11%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 135 (53.12% from 255) = 68.53%
R=7.11%
G=24.37%
B=68.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal14481350.900.6400.47223.1481.2129.22
HexE30875A4002Fdf511d
Octal166020713210005733712135
Binary11101100001000011110110101000000010111111011111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,48,135); }

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

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

 a { background-color: rgb(14,48,135); }

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

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

 span { border-color: rgb(14,48,135); }

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