#191B98

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

Shades of Ultramarine #191B98

Tints of Ultramarine #191B98

Color information

#191B98 (or 0x191B98) is unknown color: approx Ultramarine. HEX triplet: 19, 1B and 98. RGB value is (25,27,152). Sum of RGB (Red+Green+Blue) = 25+27+152=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 152 (59.77% from 255 or 74.51% from 204); Max value from RGB is 152 - color contains mainly: blue. Hex color #191B98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191B98 is #E6E467. Grayscale: #282828. Windows color (decimal): -15131752 or 9968409. OLE color: 9968409.

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

Color convert

RGB2527152-
CMYK0.840.8200.40
HSL239.06º71.75%34.71%-
HSV(B)239.06º83.55%59.61%-
XYZ6.463.2629.99-
YUV40.65190.84116.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 27 (10.94% from 255) = 13.24%
BLUE value IS 152 (59.77% from 255) = 74.51%
R=12.25%
G=13.24%
B=74.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25271520.840.8200.40239.0671.7534.71
Hex191B985452028ef4823
Octal313323012412205035711043
Binary110011101110011000101010010100100101000111011111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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