#191E9B

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

Shades of Ultramarine #191E9B

Tints of Ultramarine #191E9B

Color information

#191E9B (or 0x191E9B) is unknown color: approx Ultramarine. HEX triplet: 19, 1E and 9B. RGB value is (25,30,155). Sum of RGB (Red+Green+Blue) = 25+30+155=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #191E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191E9B is #E6E164. Grayscale: #2A2A2A. Windows color (decimal): -15130981 or 10165785. OLE color: 10165785.

HSL color Cylindrical-coordinate representation of color #191E9B: hue angle of 237.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191E9B is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2530155-
CMYK0.840.8100.39
HSL237.69º72.22%35.29%-
HSV(B)237.69º83.87%60.78%-
XYZ6.783.531.33-
YUV42.76191.34115.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 30 (12.11% from 255) = 14.29%
BLUE value IS 155 (60.94% from 255) = 73.81%
R=11.90%
G=14.29%
B=73.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25301550.840.8100.39237.6972.2235.29
Hex191E9B5451027ee4823
Octal313623312412104735611043
Binary110011111010011011101010010100010100111111011101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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