#150391

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

Shades of Ultramarine #150391

Tints of Ultramarine #150391

Color information

#150391 (or 0x150391) is unknown color: approx Ultramarine. HEX triplet: 15, 03 and 91. RGB value is (21,3,145). Sum of RGB (Red+Green+Blue) = 21+3+145=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 145 (57.03% from 255 or 85.80% from 169); Max value from RGB is 145 - color contains mainly: blue. Hex color #150391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150391 is #EAFC6E. Grayscale: #181818. Windows color (decimal): -15400047 or 9503509. OLE color: 9503509.

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

Color convert

RGB213145-
CMYK0.860.9800.43
HSL247.61º95.95%29.02%-
HSV(B)247.61º97.93%56.86%-
XYZ5.452.2726.94-
YUV24.57195.96125.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 145 (57.03% from 255) = 85.80%
R=12.43%
G=1.78%
B=85.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2131450.860.9800.43247.6195.9529.02
Hex15391566202Bf8601d
Octal25322112614205337014035
Binary10101111001000110101101100010010101111111000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150391; }

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

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

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

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

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

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

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

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