#15139E

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

Shades of Ultramarine #15139E

Tints of Ultramarine #15139E

Color information

#15139E (or 0x15139E) is unknown color: approx Ultramarine. HEX triplet: 15, 13 and 9E. RGB value is (21,19,158). Sum of RGB (Red+Green+Blue) = 21+19+158=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 158 (62.11% from 255 or 79.80% from 198); Max value from RGB is 158 - color contains mainly: blue. Hex color #15139E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15139E is #EAEC61. Grayscale: #222222. Windows color (decimal): -15395938 or 10359573. OLE color: 10359573.

HSL color Cylindrical-coordinate representation of color #15139E: hue angle of 240.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15139E is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2119158-
CMYK0.870.8800.38
HSL240.86º78.53%34.71%-
HSV(B)240.86º87.97%61.96%-
XYZ6.713.0932.59-
YUV35.44197.16117.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 158 (62.11% from 255) = 79.80%
R=10.61%
G=9.60%
B=79.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21191580.870.8800.38240.8678.5334.71
Hex15139E5758026f14f23
Octal252323612713004636111743
Binary101011001110011110101011110110000100110111100011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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