#15119e

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

Shades of Ultramarine #15119E

Tints of Ultramarine #15119E

Color information

#15119E (or 0x15119E) is unknown color: approx Ultramarine. HEX triplet: 15, 11 and 9E. RGB value is (21,17,158). Sum of RGB (Red+Green+Blue) = 21+17+158=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 158 (62.11% from 255 or 80.61% from 196); Max value from RGB is 158 - color contains mainly: blue. Hex color #15119E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15119E is #EAEE61. Grayscale: #212121. Windows color (decimal): -15396450 or 10359061. OLE color: 10359061.

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

Color convert

RGB2117158-
CMYK0.870.8900.38
HSL241.7º80.57%34.31%-
HSV(B)241.7º89.24%61.96%-
XYZ6.683.0332.58-
YUV34.27197.83118.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 158 (62.11% from 255) = 80.61%
R=10.71%
G=8.67%
B=80.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21171580.870.8900.38241.780.5734.31
Hex15119E5759026f25122
Octal252123612713104636212142
Binary101011000110011110101011110110010100110111100101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15119e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15119e; }

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

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

<style>
 a { background-color: #15119e; }

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

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

<style>
 span { border-color: #15119e; }

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

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