#191F88

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

Shades of Ultramarine #191F88

Tints of Ultramarine #191F88

Color information

#191F88 (or 0x191F88) is unknown color: approx Ultramarine. HEX triplet: 19, 1F and 88. RGB value is (25,31,136). Sum of RGB (Red+Green+Blue) = 25+31+136=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #191F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191F88 is #E6E077. Grayscale: #282828. Windows color (decimal): -15130744 or 8920857. OLE color: 8920857.

HSL color Cylindrical-coordinate representation of color #191F88: hue angle of 236.76º 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 #191F88 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2531136-
CMYK0.820.7700.47
HSL236.76º68.94%31.57%-
HSV(B)236.76º81.62%53.33%-
XYZ5.332.9623.58-
YUV41.18181.51116.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.02%
GREEN value IS 31 (12.5% from 255) = 16.15%
BLUE value IS 136 (53.52% from 255) = 70.83%
R=13.02%
G=16.15%
B=70.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25311360.820.7700.47236.7668.9431.57
Hex191F88524D02Fed4520
Octal313721012211505735510540
Binary110011111110001000101001010011010101111111011011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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