#0E268B

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

Shades of Smalt #0E268B

Tints of Smalt #0E268B

Color information

#0E268B (or 0x0E268B) is unknown color: approx Smalt. HEX triplet: 0E, 26 and 8B. RGB value is (14,38,139). Sum of RGB (Red+Green+Blue) = 14+38+139=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 139 (54.69% from 255 or 72.77% from 191); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E268B is #F1D974. Grayscale: #292929. Windows color (decimal): -15849845 or 9119246. OLE color: 9119246.

HSL color Cylindrical-coordinate representation of color #0E268B: hue angle of 228.48º 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 #0E268B is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1438139-
CMYK0.900.7300.45
HSL228.48º81.7%30%-
HSV(B)228.48º89.93%54.51%-
XYZ5.533.3424.78-
YUV42.34182.55107.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.33%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 139 (54.69% from 255) = 72.77%
R=7.33%
G=19.90%
B=72.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14381390.900.7300.45228.4881.730
HexE268B5A4902De4521e
Octal164621313211105534412236
Binary11101001101000101110110101001001010110111100100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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