#150888

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

Shades of Ultramarine #150888

Tints of Ultramarine #150888

Color information

#150888 (or 0x150888) is unknown color: approx Ultramarine. HEX triplet: 15, 08 and 88. RGB value is (21,8,136). Sum of RGB (Red+Green+Blue) = 21+8+136=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 136 (53.52% from 255 or 82.42% from 165); Max value from RGB is 136 - color contains mainly: blue. Hex color #150888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150888 is #EAF777. Grayscale: #191919. Windows color (decimal): -15398776 or 8914965. OLE color: 8914965.

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

Color convert

RGB218136-
CMYK0.850.9400.47
HSL246.09º88.89%28.24%-
HSV(B)246.09º94.12%53.33%-
XYZ4.842.1123.44-
YUV26.48189.81124.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 136 (53.52% from 255) = 82.42%
R=12.73%
G=4.85%
B=82.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2181360.850.9400.47246.0988.8928.24
Hex15888555E02Ff6591c
Octal251021012513605736613134
Binary1010110001000100010101011011110010111111110110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150888; }

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

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

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

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

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

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

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

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