#191EA0

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

Shades of Ultramarine #191EA0

Tints of Ultramarine #191EA0

Color information

#191EA0 (or 0x191EA0) is unknown color: approx Ultramarine. HEX triplet: 19, 1E and A0. RGB value is (25,30,160). Sum of RGB (Red+Green+Blue) = 25+30+160=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 160 (62.89% from 255 or 74.42% from 215); Max value from RGB is 160 - color contains mainly: blue. Hex color #191EA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191EA0 is #E6E15F. Grayscale: #2A2A2A. Windows color (decimal): -15130976 or 10493465. OLE color: 10493465.

HSL color Cylindrical-coordinate representation of color #191EA0: hue angle of 237.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191EA0 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2530160-
CMYK0.840.8100.37
HSL237.78º72.97%36.27%-
HSV(B)237.78º84.38%62.75%-
XYZ7.213.6733.59-
YUV43.32193.84114.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.63%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 160 (62.89% from 255) = 74.42%
R=11.63%
G=13.95%
B=74.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal25301600.840.8100.37237.7872.9736.27
Hex191EA05451025ee4924
Octal313624012412104535611144
Binary110011111010100000101010010100010100101111011101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191EA0; }

 p { color: rgb(25,30,160); }

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

<style>
 a { background-color: #191EA0; }

 a { background-color: rgb(25,30,160); }

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

<style>
 span { border-color: #191EA0; }

 span { border-color: rgb(25,30,160); }

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