#19057F

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

Shades of Ultramarine #19057F

Tints of Ultramarine #19057F

Color information

#19057F (or 0x19057F) is unknown color: approx Ultramarine. HEX triplet: 19, 05 and 7F. RGB value is (25,5,127). Sum of RGB (Red+Green+Blue) = 25+5+127=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 127 (50% from 255 or 80.89% from 157); Max value from RGB is 127 - color contains mainly: blue. Hex color #19057F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19057F is #E6FA80. Grayscale: #181818. Windows color (decimal): -15137409 or 8324377. OLE color: 8324377.

HSL color Cylindrical-coordinate representation of color #19057F: hue angle of 249.84º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19057F is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB255127-
CMYK0.800.9600.50
HSL249.84º92.42%25.88%-
HSV(B)249.84º96.06%49.8%-
XYZ4.291.8520.21-
YUV24.89185.63128.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 127 (50% from 255) = 80.89%
R=15.92%
G=3.18%
B=80.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2551270.800.9600.50249.8492.4225.88
Hex1957F5060032fa5c1a
Octal31517712014006237213432
Binary11001101111111110100001100000011001011111010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19057F; }

 p { color: rgb(25,5,127); }

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

<style>
 a { background-color: #19057F; }

 a { background-color: rgb(25,5,127); }

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

<style>
 span { border-color: #19057F; }

 span { border-color: rgb(25,5,127); }

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