#0E139B

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

Shades of Ultramarine #0E139B

Tints of Ultramarine #0E139B

Color information

#0E139B (or 0x0E139B) is unknown color: approx Ultramarine. HEX triplet: 0E, 13 and 9B. RGB value is (14,19,155). Sum of RGB (Red+Green+Blue) = 14+19+155=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 155 (60.94% from 255 or 82.45% from 188); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E139B is #F1EC64. Grayscale: #202020. Windows color (decimal): -15854693 or 10162958. OLE color: 10162958.

HSL color Cylindrical-coordinate representation of color #0E139B: hue angle of 237.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E139B is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1419155-
CMYK0.910.8800.39
HSL237.87º83.43%33.14%-
HSV(B)237.87º90.97%60.78%-
XYZ6.332.9331.24-
YUV33.01196.84114.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.45%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 155 (60.94% from 255) = 82.45%
R=7.45%
G=10.11%
B=82.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14191550.910.8800.39237.8783.4333.14
HexE139B5B58027ee5321
Octal162323313313004735612341
Binary11101001110011011101101110110000100111111011101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E139B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,19,155); }

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

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

 a { background-color: rgb(14,19,155); }

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

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

 span { border-color: rgb(14,19,155); }

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