#191F91

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

Shades of Ultramarine #191F91

Tints of Ultramarine #191F91

Color information

#191F91 (or 0x191F91) is unknown color: approx Ultramarine. HEX triplet: 19, 1F and 91. RGB value is (25,31,145). Sum of RGB (Red+Green+Blue) = 25+31+145=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #191F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191F91 is #E6E06E. Grayscale: #292929. Windows color (decimal): -15130735 or 9510681. OLE color: 9510681.

HSL color Cylindrical-coordinate representation of color #191F91: hue angle of 237º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #191F91 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2531145-
CMYK0.830.7900.43
HSL237º70.59%33.33%-
HSV(B)237º82.76%56.86%-
XYZ63.2327.1-
YUV42.2186.01115.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 31 (12.5% from 255) = 15.42%
BLUE value IS 145 (57.03% from 255) = 72.14%
R=12.44%
G=15.42%
B=72.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25311450.830.7900.4323770.5933.33
Hex191F91534F02Bed4721
Octal313722112311705335510741
Binary110011111110010001101001110011110101011111011011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,31,145); }

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

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

 a { background-color: rgb(25,31,145); }

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

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

 span { border-color: rgb(25,31,145); }

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