#150591

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

Shades of Ultramarine #150591

Tints of Ultramarine #150591

Color information

#150591 (or 0x150591) is unknown color: approx Ultramarine. HEX triplet: 15, 05 and 91. RGB value is (21,5,145). Sum of RGB (Red+Green+Blue) = 21+5+145=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 145 (57.03% from 255 or 84.80% from 171); Max value from RGB is 145 - color contains mainly: blue. Hex color #150591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150591 is #EAFA6E. Grayscale: #191919. Windows color (decimal): -15399535 or 9504021. OLE color: 9504021.

HSL color Cylindrical-coordinate representation of color #150591: hue angle of 246.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150591 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB215145-
CMYK0.860.9700.43
HSL246.86º93.33%29.41%-
HSV(B)246.86º96.55%56.86%-
XYZ5.472.3126.95-
YUV25.74195.3124.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 145 (57.03% from 255) = 84.80%
R=12.28%
G=2.92%
B=84.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2151450.860.9700.43246.8693.3329.41
Hex15591566102Bf75d1d
Octal25522112614105336713535
Binary101011011001000110101101100001010101111110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150591; }

 p { color: rgb(21,5,145); }

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

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

 a { background-color: rgb(21,5,145); }

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

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

 span { border-color: rgb(21,5,145); }

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