#191C92

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

Shades of Ultramarine #191C92

Tints of Ultramarine #191C92

Color information

#191C92 (or 0x191C92) is unknown color: approx Ultramarine. HEX triplet: 19, 1C and 92. RGB value is (25,28,146). Sum of RGB (Red+Green+Blue) = 25+28+146=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #191C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191C92 is #E6E36D. Grayscale: #282828. Windows color (decimal): -15131502 or 9575449. OLE color: 9575449.

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

Color convert

RGB2528146-
CMYK0.830.8100.43
HSL238.51º70.76%33.53%-
HSV(B)238.51º82.88%57.25%-
XYZ63.1127.48-
YUV40.56187.51116.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 146 (57.42% from 255) = 73.37%
R=12.56%
G=14.07%
B=73.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25281460.830.8100.43238.5170.7633.53
Hex191C92535102Bef4722
Octal313422212312105335710742
Binary110011110010010010101001110100010101011111011111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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