#151182

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

Shades of Ultramarine #151182

Tints of Ultramarine #151182

Color information

#151182 (or 0x151182) is unknown color: approx Ultramarine. HEX triplet: 15, 11 and 82. RGB value is (21,17,130). Sum of RGB (Red+Green+Blue) = 21+17+130=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 130 (51.17% from 255 or 77.38% from 168); Max value from RGB is 130 - color contains mainly: blue. Hex color #151182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151182 is #EAEE7D. Grayscale: #1E1E1E. Windows color (decimal): -15396478 or 8524053. OLE color: 8524053.

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

Color convert

RGB2117130-
CMYK0.840.8700.49
HSL242.12º76.87%28.82%-
HSV(B)242.12º86.92%50.98%-
XYZ4.542.1721.3-
YUV31.08183.83120.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 130 (51.17% from 255) = 77.38%
R=12.5%
G=10.12%
B=77.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21171300.840.8700.49242.1276.8728.82
Hex1511825457031f24d1d
Octal252120212412706136211535
Binary10101100011000001010101001010111011000111110010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151182; }

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

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

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

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

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

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

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

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