#0E198C

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

Shades of Ultramarine #0E198C

Tints of Ultramarine #0E198C

Color information

#0E198C (or 0x0E198C) is unknown color: approx Ultramarine. HEX triplet: 0E, 19 and 8C. RGB value is (14,25,140). Sum of RGB (Red+Green+Blue) = 14+25+140=179 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.82% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 140 (55.08% from 255 or 78.21% from 179); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E198C is #F1E673. Grayscale: #222222. Windows color (decimal): -15853172 or 9181454. OLE color: 9181454.

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

Color convert

RGB1425140-
CMYK0.900.8200.45
HSL234.76º81.82%30.2%-
HSV(B)234.76º90%54.9%-
XYZ5.262.6825.05-
YUV34.82187.36113.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.82%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 140 (55.08% from 255) = 78.21%
R=7.82%
G=13.97%
B=78.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14251400.900.8200.45234.7681.8230.2
HexE198C5A5202Deb521e
Octal163121413212205535312236
Binary1110110011000110010110101010010010110111101011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,25,140); }

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

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

 a { background-color: rgb(14,25,140); }

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

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

 span { border-color: rgb(14,25,140); }

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