#0E1B95

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

Shades of Ultramarine #0E1B95

Tints of Ultramarine #0E1B95

Color information

#0E1B95 (or 0x0E1B95) is unknown color: approx Ultramarine. HEX triplet: 0E, 1B and 95. RGB value is (14,27,149). Sum of RGB (Red+Green+Blue) = 14+27+149=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E1B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1B95 is #F1E46A. Grayscale: #242424. Windows color (decimal): -15852651 or 9771790. OLE color: 9771790.

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

Color convert

RGB1427149-
CMYK0.910.8200.42
HSL234.22º82.82%31.96%-
HSV(B)234.22º90.6%58.43%-
XYZ63.0528.71-
YUV37.02191.19111.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.37%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 149 (58.59% from 255) = 78.42%
R=7.37%
G=14.21%
B=78.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14271490.910.8200.42234.2282.8231.96
HexE1B955B5202Aea5320
Octal163322513312205235212340
Binary11101101110010101101101110100100101010111010101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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