#191E92

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

Shades of Ultramarine #191E92

Tints of Ultramarine #191E92

Color information

#191E92 (or 0x191E92) is unknown color: approx Ultramarine. HEX triplet: 19, 1E and 92. RGB value is (25,30,146). Sum of RGB (Red+Green+Blue) = 25+30+146=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #191E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191E92 is #E6E16D. Grayscale: #292929. Windows color (decimal): -15130990 or 9575961. OLE color: 9575961.

HSL color Cylindrical-coordinate representation of color #191E92: hue angle of 237.52º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #191E92 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2530146-
CMYK0.830.7900.43
HSL237.52º70.76%33.53%-
HSV(B)237.52º82.88%57.25%-
XYZ6.053.2127.49-
YUV41.73186.84116.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 146 (57.42% from 255) = 72.64%
R=12.44%
G=14.93%
B=72.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25301460.830.7900.43237.5270.7633.53
Hex191E92534F02Bee4722
Octal313622212311705335610742
Binary110011111010010010101001110011110101011111011101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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