#0e2d8c

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

Shades of Smalt #0E2D8C

Tints of Smalt #0E2D8C

Color information

#0E2D8C (or 0x0E2D8C) is unknown color: approx Smalt. HEX triplet: 0E, 2D and 8C. RGB value is (14,45,140). Sum of RGB (Red+Green+Blue) = 14+45+140=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E2D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2D8C is #F1D273. Grayscale: #2E2E2E. Windows color (decimal): -15848052 or 9186574. OLE color: 9186574.

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

Color convert

RGB1445140-
CMYK0.900.6800.45
HSL225.24º81.82%30.2%-
HSV(B)225.24º90%54.9%-
XYZ5.853.8625.25-
YUV46.56180.73104.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.04%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 140 (55.08% from 255) = 70.35%
R=7.04%
G=22.61%
B=70.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14451400.900.6800.45225.2481.8230.2
HexE2D8C5A4402De1521e
Octal165521413210405534112236
Binary11101011011000110010110101000100010110111100001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e2d8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,45,140); }

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

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

 a { background-color: rgb(14,45,140); }

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

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

 span { border-color: rgb(14,45,140); }

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