#19199C

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

Shades of Ultramarine #19199C

Tints of Ultramarine #19199C

Color information

#19199C (or 0x19199C) is unknown color: approx Ultramarine. HEX triplet: 19, 19 and 9C. RGB value is (25,25,156). Sum of RGB (Red+Green+Blue) = 25+25+156=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 156 (61.33% from 255 or 75.73% from 206); Max value from RGB is 156 - color contains mainly: blue. Hex color #19199C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19199C is #E6E663. Grayscale: #272727. Windows color (decimal): -15132260 or 10230041. OLE color: 10230041.

HSL color Cylindrical-coordinate representation of color #19199C: hue angle of 240º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19199C is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2525156-
CMYK0.840.8400.39
HSL240º72.38%35.49%-
HSV(B)240º83.97%61.18%-
XYZ6.753.331.73-
YUV39.93193.5117.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 156 (61.33% from 255) = 75.73%
R=12.14%
G=12.14%
B=75.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25251560.840.8400.3924072.3835.49
Hex19199C5454027f04823
Octal313123412412404736011043
Binary110011100110011100101010010101000100111111100001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19199C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19199C; }

 p { color: rgb(25,25,156); }

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

<style>
 a { background-color: #19199C; }

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

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

<style>
 span { border-color: #19199C; }

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

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