#150990

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

Shades of Ultramarine #150990

Tints of Ultramarine #150990

Color information

#150990 (or 0x150990) is unknown color: approx Ultramarine. HEX triplet: 15, 09 and 90. RGB value is (21,9,144). Sum of RGB (Red+Green+Blue) = 21+9+144=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 144 (56.64% from 255 or 82.76% from 174); Max value from RGB is 144 - color contains mainly: blue. Hex color #150990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150990 is #EAF66F. Grayscale: #1B1B1B. Windows color (decimal): -15398512 or 9439509. OLE color: 9439509.

HSL color Cylindrical-coordinate representation of color #150990: hue angle of 245.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150990 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB219144-
CMYK0.850.9400.44
HSL245.33º88.24%30%-
HSV(B)245.33º93.75%56.47%-
XYZ5.442.3726.56-
YUV27.98193.48123.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 144 (56.64% from 255) = 82.76%
R=12.07%
G=5.17%
B=82.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2191440.850.9400.44245.3388.2430
Hex15990555E02Cf5581e
Octal251122012513605436513036
Binary1010110011001000010101011011110010110011110101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150990; }

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

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

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

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

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

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

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

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