#191A98

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

Shades of Ultramarine #191A98

Tints of Ultramarine #191A98

Color information

#191A98 (or 0x191A98) is unknown color: approx Ultramarine. HEX triplet: 19, 1A and 98. RGB value is (25,26,152). Sum of RGB (Red+Green+Blue) = 25+26+152=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #191A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191A98 is #E6E567. Grayscale: #272727. Windows color (decimal): -15132008 or 9968153. OLE color: 9968153.

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

Color convert

RGB2526152-
CMYK0.840.8300.40
HSL239.53º71.75%34.71%-
HSV(B)239.53º83.55%59.61%-
XYZ6.443.2129.99-
YUV40.06191.17117.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 26 (10.55% from 255) = 12.81%
BLUE value IS 152 (59.77% from 255) = 74.88%
R=12.32%
G=12.81%
B=74.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25261520.840.8300.40239.5371.7534.71
Hex191A985453028f04823
Octal313223012412305036011043
Binary110011101010011000101010010100110101000111100001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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