#0E3295

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

Shades of Smalt #0E3295

Tints of Smalt #0E3295

Color information

#0E3295 (or 0x0E3295) is unknown color: approx Smalt. HEX triplet: 0E, 32 and 95. RGB value is (14,50,149). Sum of RGB (Red+Green+Blue) = 14+50+149=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E3295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3295 is #F1CD6A. Grayscale: #323232. Windows color (decimal): -15846763 or 9777678. OLE color: 9777678.

HSL color Cylindrical-coordinate representation of color #0E3295: hue angle of 224º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E3295 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1450149-
CMYK0.910.6600.42
HSL224º82.82%31.96%-
HSV(B)224º90.6%58.43%-
XYZ6.754.5428.96-
YUV50.52183.57101.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.57%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 149 (58.59% from 255) = 69.95%
R=6.57%
G=23.47%
B=69.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14501490.910.6600.4222482.8231.96
HexE32955B4202Ae05320
Octal166222513310205234012340
Binary111011001010010101101101110000100101010111000001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,50,149); }

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

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

 a { background-color: rgb(14,50,149); }

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

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

 span { border-color: rgb(14,50,149); }

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