#0E2F84

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

Shades of Smalt #0E2F84

Tints of Smalt #0E2F84

Color information

#0E2F84 (or 0x0E2F84) is unknown color: approx Smalt. HEX triplet: 0E, 2F and 84. RGB value is (14,47,132). Sum of RGB (Red+Green+Blue) = 14+47+132=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E2F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2F84 is #F1D07B. Grayscale: #2E2E2E. Windows color (decimal): -15847548 or 8662798. OLE color: 8662798.

HSL color Cylindrical-coordinate representation of color #0E2F84: hue angle of 223.22º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E2F84 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1447132-
CMYK0.890.6400.48
HSL223.22º80.82%28.63%-
HSV(B)223.22º89.39%51.76%-
XYZ5.363.7922.28-
YUV46.82176.07104.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.25%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 132 (51.95% from 255) = 68.39%
R=7.25%
G=24.35%
B=68.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14471320.890.6400.48223.2280.8228.63
HexE2F845940030df511d
Octal165720413110006033712135
Binary11101011111000010010110011000000011000011011111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,47,132); }

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

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

 a { background-color: rgb(14,47,132); }

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

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

 span { border-color: rgb(14,47,132); }

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