#150a8a

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

Shades of Ultramarine #150A8A

Tints of Ultramarine #150A8A

Color information

#150A8A (or 0x150A8A) is unknown color: approx Ultramarine. HEX triplet: 15, 0A and 8A. RGB value is (21,10,138). Sum of RGB (Red+Green+Blue) = 21+10+138=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 138 (54.30% from 255 or 81.66% from 169); Max value from RGB is 138 - color contains mainly: blue. Hex color #150A8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150A8A is #EAF575. Grayscale: #1B1B1B. Windows color (decimal): -15398262 or 9046549. OLE color: 9046549.

HSL color Cylindrical-coordinate representation of color #150A8A: hue angle of 245.16º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150A8A is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2110138-
CMYK0.850.9300.46
HSL245.16º86.49%29.02%-
HSV(B)245.16º92.75%54.12%-
XYZ5.012.2124.21-
YUV27.88190.14123.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 10 (4.30% from 255) = 5.92%
BLUE value IS 138 (54.30% from 255) = 81.66%
R=12.43%
G=5.92%
B=81.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21101380.850.9300.46245.1686.4929.02
Hex15A8A555D02Ef5561d
Octal251221212513505636512635
Binary1010110101000101010101011011101010111011110101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,10,138); }

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

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

 a { background-color: rgb(21,10,138); }

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

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

 span { border-color: rgb(21,10,138); }

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