#19188E

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

Shades of Ultramarine #19188E

Tints of Ultramarine #19188E

Color information

#19188E (or 0x19188E) is unknown color: approx Ultramarine. HEX triplet: 19, 18 and 8E. RGB value is (25,24,142). Sum of RGB (Red+Green+Blue) = 25+24+142=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #19188E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19188E is #E6E771. Grayscale: #252525. Windows color (decimal): -15132530 or 9312281. OLE color: 9312281.

HSL color Cylindrical-coordinate representation of color #19188E: hue angle of 240.51º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19188E is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2524142-
CMYK0.820.8300.44
HSL240.51º71.08%32.55%-
HSV(B)240.51º83.1%55.69%-
XYZ5.612.8125.84-
YUV37.75186.83118.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 142 (55.86% from 255) = 74.35%
R=13.09%
G=12.57%
B=74.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25241420.820.8300.44240.5171.0832.55
Hex19188E525302Cf14721
Octal313021612212305436110741
Binary110011100010001110101001010100110101100111100011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19188E; }

 p { color: rgb(25,24,142); }

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

<style>
 a { background-color: #19188E; }

 a { background-color: rgb(25,24,142); }

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

<style>
 span { border-color: #19188E; }

 span { border-color: rgb(25,24,142); }

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