#150988

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

Shades of Ultramarine #150988

Tints of Ultramarine #150988

Color information

#150988 (or 0x150988) is unknown color: approx Ultramarine. HEX triplet: 15, 09 and 88. RGB value is (21,9,136). Sum of RGB (Red+Green+Blue) = 21+9+136=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 136 (53.52% from 255 or 81.93% from 166); Max value from RGB is 136 - color contains mainly: blue. Hex color #150988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150988 is #EAF677. Grayscale: #1A1A1A. Windows color (decimal): -15398520 or 8915221. OLE color: 8915221.

HSL color Cylindrical-coordinate representation of color #150988: hue angle of 245.67º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150988 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB219136-
CMYK0.850.9300.47
HSL245.67º87.59%28.43%-
HSV(B)245.67º93.38%53.33%-
XYZ4.852.1323.45-
YUV27.07189.48123.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 136 (53.52% from 255) = 81.93%
R=12.65%
G=5.42%
B=81.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2191360.850.9300.47245.6787.5928.43
Hex15988555D02Ff6581c
Octal251121012513505736613034
Binary1010110011000100010101011011101010111111110110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150988; }

 p { color: rgb(21,9,136); }

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

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

 a { background-color: rgb(21,9,136); }

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

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

 span { border-color: rgb(21,9,136); }

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