#191E88

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

Shades of Ultramarine #191E88

Tints of Ultramarine #191E88

Color information

#191E88 (or 0x191E88) is unknown color: approx Ultramarine. HEX triplet: 19, 1E and 88. RGB value is (25,30,136). Sum of RGB (Red+Green+Blue) = 25+30+136=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 136 (53.52% from 255 or 71.20% from 191); Max value from RGB is 136 - color contains mainly: blue. Hex color #191E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191E88 is #E6E177. Grayscale: #282828. Windows color (decimal): -15131000 or 8920601. OLE color: 8920601.

HSL color Cylindrical-coordinate representation of color #191E88: hue angle of 237.3º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191E88 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2530136-
CMYK0.820.7800.47
HSL237.3º68.94%31.57%-
HSV(B)237.3º81.62%53.33%-
XYZ5.312.9123.57-
YUV40.59181.84116.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 30 (12.11% from 255) = 15.71%
BLUE value IS 136 (53.52% from 255) = 71.20%
R=13.09%
G=15.71%
B=71.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25301360.820.7800.47237.368.9431.57
Hex191E88524E02Fed4520
Octal313621012211605735510540
Binary110011111010001000101001010011100101111111011011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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