#0E268A

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

Shades of Smalt #0E268A

Tints of Smalt #0E268A

Color information

#0E268A (or 0x0E268A) is unknown color: approx Smalt. HEX triplet: 0E, 26 and 8A. RGB value is (14,38,138). Sum of RGB (Red+Green+Blue) = 14+38+138=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E268A is #F1D975. Grayscale: #292929. Windows color (decimal): -15849846 or 9053710. OLE color: 9053710.

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

Color convert

RGB1438138-
CMYK0.900.7200.46
HSL228.39º81.58%29.8%-
HSV(B)228.39º89.86%54.12%-
XYZ5.463.3124.4-
YUV42.22182.05107.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.37%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 138 (54.30% from 255) = 72.63%
R=7.37%
G=20%
B=72.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal14381380.900.7200.46228.3981.5829.8
HexE268A5A4802Ee4521e
Octal164621213211005634412236
Binary11101001101000101010110101001000010111011100100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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