#0E138A

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

Shades of Ultramarine #0E138A

Tints of Ultramarine #0E138A

Color information

#0E138A (or 0x0E138A) is unknown color: approx Ultramarine. HEX triplet: 0E, 13 and 8A. RGB value is (14,19,138). Sum of RGB (Red+Green+Blue) = 14+19+138=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E138A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E138A is #F1EC75. Grayscale: #1E1E1E. Windows color (decimal): -15854710 or 9048846. OLE color: 9048846.

HSL color Cylindrical-coordinate representation of color #0E138A: hue angle of 237.58º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E138A is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1419138-
CMYK0.900.8600.46
HSL237.58º81.58%29.8%-
HSV(B)237.58º89.86%54.12%-
XYZ52.3924.24-
YUV31.07188.34115.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 138 (54.30% from 255) = 80.70%
R=8.19%
G=11.11%
B=80.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal14191380.900.8600.46237.5881.5829.8
HexE138A5A5602Eee521e
Octal162321213212605635612236
Binary1110100111000101010110101010110010111011101110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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