#19169C

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

Shades of Ultramarine #19169C

Tints of Ultramarine #19169C

Color information

#19169C (or 0x19169C) is unknown color: approx Ultramarine. HEX triplet: 19, 16 and 9C. RGB value is (25,22,156). Sum of RGB (Red+Green+Blue) = 25+22+156=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #19169C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19169C is #E6E963. Grayscale: #252525. Windows color (decimal): -15133028 or 10229273. OLE color: 10229273.

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

Color convert

RGB2522156-
CMYK0.840.8600.39
HSL241.34º75.28%34.9%-
HSV(B)241.34º85.9%61.18%-
XYZ6.693.1831.71-
YUV38.17194.49118.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 156 (61.33% from 255) = 76.85%
R=12.32%
G=10.84%
B=76.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25221560.840.8600.39241.3475.2834.9
Hex19169C5456027f14b23
Octal312623412412604736111343
Binary110011011010011100101010010101100100111111100011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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