#19057B

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

Shades of Ultramarine #19057B

Tints of Ultramarine #19057B

Color information

#19057B (or 0x19057B) is unknown color: approx Ultramarine. HEX triplet: 19, 05 and 7B. RGB value is (25,5,123). Sum of RGB (Red+Green+Blue) = 25+5+123=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 123 (48.44% from 255 or 80.39% from 153); Max value from RGB is 123 - color contains mainly: blue. Hex color #19057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19057B is #E6FA84. Grayscale: #171717. Windows color (decimal): -15137413 or 8062233. OLE color: 8062233.

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

Color convert

RGB255123-
CMYK0.800.9600.52
HSL250.17º92.19%25.1%-
HSV(B)250.17º95.93%48.24%-
XYZ4.031.7518.86-
YUV24.43183.63128.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 123 (48.44% from 255) = 80.39%
R=16.34%
G=3.27%
B=80.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2551230.800.9600.52250.1792.1925.1
Hex1957B5060034fa5c19
Octal31517312014006437213431
Binary11001101111101110100001100000011010011111010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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