#191E97

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

Shades of Ultramarine #191E97

Tints of Ultramarine #191E97

Color information

#191E97 (or 0x191E97) is unknown color: approx Ultramarine. HEX triplet: 19, 1E and 97. RGB value is (25,30,151). Sum of RGB (Red+Green+Blue) = 25+30+151=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 151 (59.38% from 255 or 73.30% from 206); Max value from RGB is 151 - color contains mainly: blue. Hex color #191E97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191E97 is #E6E168. Grayscale: #292929. Windows color (decimal): -15130985 or 9903641. OLE color: 9903641.

HSL color Cylindrical-coordinate representation of color #191E97: hue angle of 237.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #191E97 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2530151-
CMYK0.830.8000.41
HSL237.62º71.59%34.51%-
HSV(B)237.62º83.44%59.22%-
XYZ6.453.3729.59-
YUV42.3189.34115.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 151 (59.38% from 255) = 73.30%
R=12.14%
G=14.56%
B=73.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal25301510.830.8000.41237.6271.5934.51
Hex191E975350029ee4823
Octal313622712312005135611043
Binary110011111010010111101001110100000101001111011101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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