#150387

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

Shades of Ultramarine #150387

Tints of Ultramarine #150387

Color information

#150387 (or 0x150387) is unknown color: approx Ultramarine. HEX triplet: 15, 03 and 87. RGB value is (21,3,135). Sum of RGB (Red+Green+Blue) = 21+3+135=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 135 (53.12% from 255 or 84.91% from 159); Max value from RGB is 135 - color contains mainly: blue. Hex color #150387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150387 is #EAFC78. Grayscale: #161616. Windows color (decimal): -15400057 or 8848149. OLE color: 8848149.

HSL color Cylindrical-coordinate representation of color #150387: hue angle of 248.18º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150387 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB213135-
CMYK0.840.9800.47
HSL248.18º95.65%27.06%-
HSV(B)248.18º97.78%52.94%-
XYZ4.711.9723.05-
YUV23.43190.96126.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 135 (53.12% from 255) = 84.91%
R=13.21%
G=1.89%
B=84.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2131350.840.9800.47248.1895.6527.06
Hex15387546202Ff8601b
Octal25320712414205737014033
Binary10101111000011110101001100010010111111111000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150387; }

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

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

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

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

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

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

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

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