#15138E

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

Shades of Ultramarine #15138E

Tints of Ultramarine #15138E

Color information

#15138E (or 0x15138E) is unknown color: approx Ultramarine. HEX triplet: 15, 13 and 8E. RGB value is (21,19,142). Sum of RGB (Red+Green+Blue) = 21+19+142=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 142 (55.86% from 255 or 78.02% from 182); Max value from RGB is 142 - color contains mainly: blue. Hex color #15138E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15138E is #EAEC71. Grayscale: #212121. Windows color (decimal): -15395954 or 9310997. OLE color: 9310997.

HSL color Cylindrical-coordinate representation of color #15138E: hue angle of 240.98º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15138E is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2119142-
CMYK0.850.8700.44
HSL240.98º76.4%31.57%-
HSV(B)240.98º86.62%55.69%-
XYZ5.422.5825.8-
YUV33.62189.16119-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 142 (55.86% from 255) = 78.02%
R=11.54%
G=10.44%
B=78.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21191420.850.8700.44240.9876.431.57
Hex15138E555702Cf14c20
Octal252321612512705436111440
Binary101011001110001110101010110101110101100111100011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15138E; }

 p { color: rgb(21,19,142); }

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

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

 a { background-color: rgb(21,19,142); }

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

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

 span { border-color: rgb(21,19,142); }

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