#0E3696

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

Shades of Smalt #0E3696

Tints of Smalt #0E3696

Color information

#0E3696 (or 0x0E3696) is unknown color: approx Smalt. HEX triplet: 0E, 36 and 96. RGB value is (14,54,150). Sum of RGB (Red+Green+Blue) = 14+54+150=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E3696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3696 is #F1C969. Grayscale: #343434. Windows color (decimal): -15845738 or 9844238. OLE color: 9844238.

HSL color Cylindrical-coordinate representation of color #0E3696: hue angle of 222.35º 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 #0E3696 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1454150-
CMYK0.910.6400.41
HSL222.35º82.93%32.16%-
HSV(B)222.35º90.67%58.82%-
XYZ7.014.9329.44-
YUV52.98182.75100.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.42%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 150 (58.98% from 255) = 68.81%
R=6.42%
G=24.77%
B=68.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14541500.910.6400.41222.3582.9332.16
HexE36965B40029de5320
Octal166622613310005133612340
Binary111011011010010110101101110000000101001110111101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,54,150); }

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

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

 a { background-color: rgb(14,54,150); }

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

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

 span { border-color: rgb(14,54,150); }

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