#0E188B

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

Shades of Ultramarine #0E188B

Tints of Ultramarine #0E188B

Color information

#0E188B (or 0x0E188B) is unknown color: approx Ultramarine. HEX triplet: 0E, 18 and 8B. RGB value is (14,24,139). Sum of RGB (Red+Green+Blue) = 14+24+139=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E188B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E188B is #F1E774. Grayscale: #212121. Windows color (decimal): -15853429 or 9115662. OLE color: 9115662.

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

Color convert

RGB1424139-
CMYK0.900.8300.45
HSL235.2º81.7%30%-
HSV(B)235.2º89.93%54.51%-
XYZ5.172.6124.66-
YUV34.12187.19113.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.91%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 139 (54.69% from 255) = 78.53%
R=7.91%
G=13.56%
B=78.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14241390.900.8300.45235.281.730
HexE188B5A5302Deb521e
Octal163021313212305535312236
Binary1110110001000101110110101010011010110111101011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,24,139); }

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

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

 a { background-color: rgb(14,24,139); }

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

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

 span { border-color: rgb(14,24,139); }

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