#19139E

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

Shades of Ultramarine #19139E

Tints of Ultramarine #19139E

Color information

#19139E (or 0x19139E) is unknown color: approx Ultramarine. HEX triplet: 19, 13 and 9E. RGB value is (25,19,158). Sum of RGB (Red+Green+Blue) = 25+19+158=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 158 (62.11% from 255 or 78.22% from 202); Max value from RGB is 158 - color contains mainly: blue. Hex color #19139E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19139E is #E6EC61. Grayscale: #242424. Windows color (decimal): -15133794 or 10359577. OLE color: 10359577.

HSL color Cylindrical-coordinate representation of color #19139E: hue angle of 242.59º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19139E is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2519158-
CMYK0.840.8800.38
HSL242.59º78.53%34.71%-
HSV(B)242.59º87.97%61.96%-
XYZ6.813.1432.6-
YUV36.64196.49119.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 158 (62.11% from 255) = 78.22%
R=12.38%
G=9.41%
B=78.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25191580.840.8800.38242.5978.5334.71
Hex19139E5458026f34f23
Octal312323612413004636311743
Binary110011001110011110101010010110000100110111100111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,19,158); }

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

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

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

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

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

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

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