#0E278B

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

Shades of Smalt #0E278B

Tints of Smalt #0E278B

Color information

#0E278B (or 0x0E278B) is unknown color: approx Smalt. HEX triplet: 0E, 27 and 8B. RGB value is (14,39,139). Sum of RGB (Red+Green+Blue) = 14+39+139=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E278B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E278B is #F1D874. Grayscale: #2A2A2A. Windows color (decimal): -15849589 or 9119502. OLE color: 9119502.

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

Color convert

RGB1439139-
CMYK0.900.7200.45
HSL228º81.7%30%-
HSV(B)228º89.93%54.51%-
XYZ5.573.4124.79-
YUV42.92182.22107.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.29%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 139 (54.69% from 255) = 72.40%
R=7.29%
G=20.31%
B=72.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14391390.900.7200.4522881.730
HexE278B5A4802De4521e
Octal164721313211005534412236
Binary11101001111000101110110101001000010110111100100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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