#191D9E

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

Shades of Ultramarine #191D9E

Tints of Ultramarine #191D9E

Color information

#191D9E (or 0x191D9E) is unknown color: approx Ultramarine. HEX triplet: 19, 1D and 9E. RGB value is (25,29,158). Sum of RGB (Red+Green+Blue) = 25+29+158=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #191D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191D9E is #E6E261. Grayscale: #292929. Windows color (decimal): -15131234 or 10362137. OLE color: 10362137.

HSL color Cylindrical-coordinate representation of color #191D9E: hue angle of 238.2º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191D9E is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2529158-
CMYK0.840.8200.38
HSL238.2º72.68%35.88%-
HSV(B)238.2º84.18%61.96%-
XYZ7.013.5532.66-
YUV42.51193.17115.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.79%
GREEN value IS 29 (11.72% from 255) = 13.68%
BLUE value IS 158 (62.11% from 255) = 74.53%
R=11.79%
G=13.68%
B=74.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25291580.840.8200.38238.272.6835.88
Hex191D9E5452026ee4924
Octal313523612412204635611144
Binary110011110110011110101010010100100100110111011101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,29,158); }

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

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

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

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

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

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

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