#150D80

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

Shades of Ultramarine #150D80

Tints of Ultramarine #150D80

Color information

#150D80 (or 0x150D80) is unknown color: approx Ultramarine. HEX triplet: 15, 0D and 80. RGB value is (21,13,128). Sum of RGB (Red+Green+Blue) = 21+13+128=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 128 (50.39% from 255 or 79.01% from 162); Max value from RGB is 128 - color contains mainly: blue. Hex color #150D80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150D80 is #EAF27F. Grayscale: #1C1C1C. Windows color (decimal): -15397504 or 8391957. OLE color: 8391957.

HSL color Cylindrical-coordinate representation of color #150D80: hue angle of 244.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150D80 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2113128-
CMYK0.840.9000.50
HSL244.17º81.56%27.65%-
HSV(B)244.17º89.84%50.2%-
XYZ4.352.0120.58-
YUV28.5184.15122.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 128 (50.39% from 255) = 79.01%
R=12.96%
G=8.02%
B=79.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21131280.840.9000.50244.1781.5627.65
Hex15D80545A032f4521c
Octal251520012413206236412234
Binary1010111011000000010101001011010011001011110100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150D80; }

 p { color: rgb(21,13,128); }

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

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

 a { background-color: rgb(21,13,128); }

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

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

 span { border-color: rgb(21,13,128); }

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