#191D98

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

Shades of Ultramarine #191D98

Tints of Ultramarine #191D98

Color information

#191D98 (or 0x191D98) is unknown color: approx Ultramarine. HEX triplet: 19, 1D and 98. RGB value is (25,29,152). Sum of RGB (Red+Green+Blue) = 25+29+152=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #191D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191D98 is #E6E267. Grayscale: #292929. Windows color (decimal): -15131240 or 9968921. OLE color: 9968921.

HSL color Cylindrical-coordinate representation of color #191D98: hue angle of 238.11º 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 #191D98 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2529152-
CMYK0.840.8100.40
HSL238.11º71.75%34.71%-
HSV(B)238.11º83.55%59.61%-
XYZ6.513.3530.01-
YUV41.83190.17116-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 29 (11.72% from 255) = 14.08%
BLUE value IS 152 (59.77% from 255) = 73.79%
R=12.14%
G=14.08%
B=73.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25291520.840.8100.40238.1171.7534.71
Hex191D985451028ee4823
Octal313523012412105035611043
Binary110011110110011000101010010100010101000111011101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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