#0E1796

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

Shades of Ultramarine #0E1796

Tints of Ultramarine #0E1796

Color information

#0E1796 (or 0x0E1796) is unknown color: approx Ultramarine. HEX triplet: 0E, 17 and 96. RGB value is (14,23,150). Sum of RGB (Red+Green+Blue) = 14+23+150=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E1796 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1796 is #F1E869. Grayscale: #222222. Windows color (decimal): -15853674 or 9836302. OLE color: 9836302.

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

Color convert

RGB1423150-
CMYK0.910.8500.41
HSL236.03º82.93%32.16%-
HSV(B)236.03º90.67%58.82%-
XYZ5.992.9129.1-
YUV34.79193.02113.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.49%
GREEN value IS 23 (9.38% from 255) = 12.30%
BLUE value IS 150 (58.98% from 255) = 80.21%
R=7.49%
G=12.30%
B=80.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14231500.910.8500.41236.0382.9332.16
HexE17965B55029ec5320
Octal162722613312505135412340
Binary11101011110010110101101110101010101001111011001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,23,150); }

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

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

 a { background-color: rgb(14,23,150); }

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

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

 span { border-color: rgb(14,23,150); }

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