#0E3B97

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

Shades of Smalt #0E3B97

Tints of Smalt #0E3B97

Color information

#0E3B97 (or 0x0E3B97) is unknown color: approx Smalt. HEX triplet: 0E, 3B and 97. RGB value is (14,59,151). Sum of RGB (Red+Green+Blue) = 14+59+151=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #0E3B97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3B97 is #F1C468. Grayscale: #373737. Windows color (decimal): -15844457 or 9911054. OLE color: 9911054.

HSL color Cylindrical-coordinate representation of color #0E3B97: hue angle of 220.29º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E3B97 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1459151-
CMYK0.910.6100.41
HSL220.29º83.03%32.35%-
HSV(B)220.29º90.73%59.22%-
XYZ7.335.4629.94-
YUV56.03181.5998.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.25%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 151 (59.38% from 255) = 67.41%
R=6.25%
G=26.34%
B=67.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14591510.910.6100.41220.2983.0332.35
HexE3B975B3D029dc5320
Octal16732271337505133412340
Binary11101110111001011110110111111010101001110111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,59,151); }

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

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

 a { background-color: rgb(14,59,151); }

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

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

 span { border-color: rgb(14,59,151); }

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