#191D8E

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

Shades of Ultramarine #191D8E

Tints of Ultramarine #191D8E

Color information

#191D8E (or 0x191D8E) is unknown color: approx Ultramarine. HEX triplet: 19, 1D and 8E. RGB value is (25,29,142). Sum of RGB (Red+Green+Blue) = 25+29+142=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #191D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191D8E is #E6E271. Grayscale: #282828. Windows color (decimal): -15131250 or 9313561. OLE color: 9313561.

HSL color Cylindrical-coordinate representation of color #191D8E: hue angle of 237.95º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191D8E is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2529142-
CMYK0.820.8000.44
HSL237.95º70.06%32.75%-
HSV(B)237.95º82.39%55.69%-
XYZ5.723.0425.88-
YUV40.69185.17116.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 29 (11.72% from 255) = 14.80%
BLUE value IS 142 (55.86% from 255) = 72.45%
R=12.76%
G=14.80%
B=72.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25291420.820.8000.44237.9570.0632.75
Hex191D8E525002Cee4621
Octal313521612212005435610641
Binary110011110110001110101001010100000101100111011101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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