#19079E

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

Shades of Ultramarine #19079E

Tints of Ultramarine #19079E

Color information

#19079E (or 0x19079E) is unknown color: approx Ultramarine. HEX triplet: 19, 07 and 9E. RGB value is (25,7,158). Sum of RGB (Red+Green+Blue) = 25+7+158=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #19079E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19079E is #E6F861. Grayscale: #1D1D1D. Windows color (decimal): -15136866 or 10356505. OLE color: 10356505.

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

Color convert

RGB257158-
CMYK0.840.9600.38
HSL247.15º91.52%32.35%-
HSV(B)247.15º95.57%61.96%-
XYZ6.652.8332.54-
YUV29.6200.46124.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 158 (62.11% from 255) = 83.16%
R=13.16%
G=3.68%
B=83.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2571580.840.9600.38247.1591.5232.35
Hex1979E5460026f75c20
Octal31723612414004636713440
Binary1100111110011110101010011000000100110111101111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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