#150889

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

Shades of Ultramarine #150889

Tints of Ultramarine #150889

Color information

#150889 (or 0x150889) is unknown color: approx Ultramarine. HEX triplet: 15, 08 and 89. RGB value is (21,8,137). Sum of RGB (Red+Green+Blue) = 21+8+137=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 137 (53.91% from 255 or 82.53% from 166); Max value from RGB is 137 - color contains mainly: blue. Hex color #150889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150889 is #EAF776. Grayscale: #1A1A1A. Windows color (decimal): -15398775 or 8980501. OLE color: 8980501.

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

Color convert

RGB218137-
CMYK0.850.9400.46
HSL246.05º88.97%28.43%-
HSV(B)246.05º94.16%53.73%-
XYZ4.912.1423.82-
YUV26.59190.31124.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 137 (53.91% from 255) = 82.53%
R=12.65%
G=4.82%
B=82.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2181370.850.9400.46246.0588.9728.43
Hex15889555E02Ef6591c
Octal251021112513605636613134
Binary1010110001000100110101011011110010111011110110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150889; }

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

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

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

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

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

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

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

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