#190EAB

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

Shades of Ultramarine #190EAB

Tints of Ultramarine #190EAB

Color information

#190EAB (or 0x190EAB) is unknown color: approx Ultramarine. HEX triplet: 19, 0E and AB. RGB value is (25,14,171). Sum of RGB (Red+Green+Blue) = 25+14+171=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 171 (67.19% from 255 or 81.43% from 210); Max value from RGB is 171 - color contains mainly: blue. Hex color #190EAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190EAB is #E6F154. Grayscale: #222222. Windows color (decimal): -15135061 or 11210265. OLE color: 11210265.

HSL color Cylindrical-coordinate representation of color #190EAB: hue angle of 244.2º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190EAB is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2514171-
CMYK0.850.9200.33
HSL244.2º84.86%36.27%-
HSV(B)244.2º91.81%67.06%-
XYZ7.913.4638.78-
YUV35.19204.64120.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 14 (5.86% from 255) = 6.67%
BLUE value IS 171 (67.19% from 255) = 81.43%
R=11.90%
G=6.67%
B=81.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25141710.850.9200.33244.284.8636.27
Hex19EAB555C021f45524
Octal311625312513404136412544
Binary11001111010101011101010110111000100001111101001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190EAB; }

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

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

<style>
 a { background-color: #190EAB; }

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

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

<style>
 span { border-color: #190EAB; }

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

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