#0E1B96

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

Shades of Ultramarine #0E1B96

Tints of Ultramarine #0E1B96

Color information

#0E1B96 (or 0x0E1B96) is unknown color: approx Ultramarine. HEX triplet: 0E, 1B and 96. RGB value is (14,27,150). Sum of RGB (Red+Green+Blue) = 14+27+150=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E1B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1B96 is #F1E469. Grayscale: #242424. Windows color (decimal): -15852650 or 9837326. OLE color: 9837326.

HSL color Cylindrical-coordinate representation of color #0E1B96: hue angle of 234.26º 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 #0E1B96 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1427150-
CMYK0.910.8200.41
HSL234.26º82.93%32.16%-
HSV(B)234.26º90.67%58.82%-
XYZ6.083.0829.13-
YUV37.14191.69111.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.33%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 150 (58.98% from 255) = 78.53%
R=7.33%
G=14.14%
B=78.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14271500.910.8200.41234.2682.9332.16
HexE1B965B52029ea5320
Octal163322613312205135212340
Binary11101101110010110101101110100100101001111010101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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