#19067A

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

Shades of Ultramarine #19067A

Tints of Ultramarine #19067A

Color information

#19067A (or 0x19067A) is unknown color: approx Ultramarine. HEX triplet: 19, 06 and 7A. RGB value is (25,6,122). Sum of RGB (Red+Green+Blue) = 25+6+122=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 122 (48.05% from 255 or 79.74% from 153); Max value from RGB is 122 - color contains mainly: blue. Hex color #19067A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19067A is #E6F985. Grayscale: #181818. Windows color (decimal): -15137158 or 7996953. OLE color: 7996953.

HSL color Cylindrical-coordinate representation of color #19067A: hue angle of 249.83º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #19067A is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB256122-
CMYK0.800.9500.52
HSL249.83º90.62%25.1%-
HSV(B)249.83º95.08%47.84%-
XYZ3.981.7418.54-
YUV24.9182.79128.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 122 (48.05% from 255) = 79.74%
R=16.34%
G=3.92%
B=79.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2561220.800.9500.52249.8390.6225.1
Hex1967A505F034fa5b19
Octal31617212013706437213331
Binary11001110111101010100001011111011010011111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,6,122); }

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

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

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

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

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

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

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