#0E368B

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

Shades of Smalt #0E368B

Tints of Smalt #0E368B

Color information

#0E368B (or 0x0E368B) is unknown color: approx Smalt. HEX triplet: 0E, 36 and 8B. RGB value is (14,54,139). Sum of RGB (Red+Green+Blue) = 14+54+139=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E368B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E368B is #F1C974. Grayscale: #333333. Windows color (decimal): -15845749 or 9123342. OLE color: 9123342.

HSL color Cylindrical-coordinate representation of color #0E368B: hue angle of 220.8º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E368B is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1454139-
CMYK0.900.6100.45
HSL220.8º81.7%30%-
HSV(B)220.8º89.93%54.51%-
XYZ6.164.624.99-
YUV51.73177.25101.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.76%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 139 (54.69% from 255) = 67.15%
R=6.76%
G=26.09%
B=67.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14541390.900.6100.45220.881.730
HexE368B5A3D02Ddd521e
Octal16662131327505533512236
Binary1110110110100010111011010111101010110111011101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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