#15008A

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

Shades of Ultramarine #15008A

Tints of Ultramarine #15008A

Color information

#15008A (or 0x15008A) is unknown color: approx Ultramarine. HEX triplet: 15, 00 and 8A. RGB value is (21,0,138). Sum of RGB (Red+Green+Blue) = 21+0+138=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #15008A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15008A is #EAFF75. Grayscale: #151515. Windows color (decimal): -15400822 or 9043989. OLE color: 9043989.

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

Color convert

RGB210138-
CMYK0.85100.46
HSL249.13º100%27.06%-
HSV(B)249.13º100%54.12%-
XYZ4.91.9924.17-
YUV22.01193.46127.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 86.79%
R=13.21%
G=0%
B=86.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2101380.85100.46249.1310027.06
Hex1508A556402Ef9641b
Octal25021212514405637114433
Binary1010101000101010101011100100010111011111001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15008A; }

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

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

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

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

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

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

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

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