#191E8D

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

Shades of Ultramarine #191E8D

Tints of Ultramarine #191E8D

Color information

#191E8D (or 0x191E8D) is unknown color: approx Ultramarine. HEX triplet: 19, 1E and 8D. RGB value is (25,30,141). Sum of RGB (Red+Green+Blue) = 25+30+141=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #191E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191E8D is #E6E172. Grayscale: #282828. Windows color (decimal): -15130995 or 9248281. OLE color: 9248281.

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

Color convert

RGB2530141-
CMYK0.820.7900.45
HSL237.41º69.88%32.55%-
HSV(B)237.41º82.27%55.29%-
XYZ5.673.0625.49-
YUV41.16184.34116.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 30 (12.11% from 255) = 15.31%
BLUE value IS 141 (55.47% from 255) = 71.94%
R=12.76%
G=15.31%
B=71.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25301410.820.7900.45237.4169.8832.55
Hex191E8D524F02Ded4621
Octal313621512211705535510641
Binary110011111010001101101001010011110101101111011011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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