#191999

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

Shades of Ultramarine #191999

Tints of Ultramarine #191999

Color information

#191999 (or 0x191999) is unknown color: approx Ultramarine. HEX triplet: 19, 19 and 99. RGB value is (25,25,153). Sum of RGB (Red+Green+Blue) = 25+25+153=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #191999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191999 is #E6E666. Grayscale: #272727. Windows color (decimal): -15132263 or 10033433. OLE color: 10033433.

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

Color convert

RGB2525153-
CMYK0.840.8400.4
HSL240º71.91%34.9%-
HSV(B)240º83.66%60%-
XYZ6.53.230.41-
YUV39.59192117.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 153 (60.16% from 255) = 75.37%
R=12.32%
G=12.32%
B=75.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal25251530.840.8400.424071.9134.9
Hex1919995454028f04823
Octal313123112412405036011043
Binary110011100110011001101010010101000101000111100001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191999; }

 p { color: rgb(25,25,153); }

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

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

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

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

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

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

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