#150799

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

Shades of Ultramarine #150799

Tints of Ultramarine #150799

Color information

#150799 (or 0x150799) is unknown color: approx Ultramarine. HEX triplet: 15, 07 and 99. RGB value is (21,7,153). Sum of RGB (Red+Green+Blue) = 21+7+153=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 153 (60.16% from 255 or 84.53% from 181); Max value from RGB is 153 - color contains mainly: blue. Hex color #150799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150799 is #EAF866. Grayscale: #1B1B1B. Windows color (decimal): -15399015 or 10028821. OLE color: 10028821.

HSL color Cylindrical-coordinate representation of color #150799: hue angle of 245.75º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150799 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB217153-
CMYK0.860.9500.4
HSL245.75º91.25%31.37%-
HSV(B)245.75º95.42%60%-
XYZ6.142.6130.32-
YUV27.83198.64123.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 7 (3.12% from 255) = 3.87%
BLUE value IS 153 (60.16% from 255) = 84.53%
R=11.60%
G=3.87%
B=84.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2171530.860.9500.4245.7591.2531.37
Hex15799565F028f65b1f
Octal25723112613705036613337
Binary101011111001100110101101011111010100011110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150799; }

 p { color: rgb(21,7,153); }

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

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

 a { background-color: rgb(21,7,153); }

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

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

 span { border-color: rgb(21,7,153); }

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