#151186

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

Shades of Ultramarine #151186

Tints of Ultramarine #151186

Color information

#151186 (or 0x151186) is unknown color: approx Ultramarine. HEX triplet: 15, 11 and 86. RGB value is (21,17,134). Sum of RGB (Red+Green+Blue) = 21+17+134=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 134 (52.73% from 255 or 77.91% from 172); Max value from RGB is 134 - color contains mainly: blue. Hex color #151186 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151186 is #EAEE79. Grayscale: #1F1F1F. Windows color (decimal): -15396474 or 8786197. OLE color: 8786197.

HSL color Cylindrical-coordinate representation of color #151186: hue angle of 242.05º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151186 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2117134-
CMYK0.840.8700.47
HSL242.05º77.48%29.61%-
HSV(B)242.05º87.31%52.55%-
XYZ4.812.2822.74-
YUV31.53185.83120.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 134 (52.73% from 255) = 77.91%
R=12.21%
G=9.88%
B=77.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21171340.840.8700.47242.0577.4829.61
Hex151186545702Ff24d1e
Octal252120612412705736211536
Binary10101100011000011010101001010111010111111110010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151186; }

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

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

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

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

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

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

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

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