#19088A

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

Shades of Ultramarine #19088A

Tints of Ultramarine #19088A

Color information

#19088A (or 0x19088A) is unknown color: approx Ultramarine. HEX triplet: 19, 08 and 8A. RGB value is (25,8,138). Sum of RGB (Red+Green+Blue) = 25+8+138=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #19088A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19088A is #E6F775. Grayscale: #1B1B1B. Windows color (decimal): -15136630 or 9046041. OLE color: 9046041.

HSL color Cylindrical-coordinate representation of color #19088A: hue angle of 247.85º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19088A is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB258138-
CMYK0.820.9400.46
HSL247.85º89.04%28.63%-
HSV(B)247.85º94.2%54.12%-
XYZ5.082.2224.2-
YUV27.9190.13125.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 138 (54.30% from 255) = 80.70%
R=14.62%
G=4.68%
B=80.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2581380.820.9400.46247.8589.0428.63
Hex1988A525E02Ef8591d
Octal311021212213605637013135
Binary1100110001000101010100101011110010111011111000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19088A; }

 p { color: rgb(25,8,138); }

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

<style>
 a { background-color: #19088A; }

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

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

<style>
 span { border-color: #19088A; }

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

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