#150182

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

Shades of Ultramarine #150182

Tints of Ultramarine #150182

Color information

#150182 (or 0x150182) is unknown color: approx Ultramarine. HEX triplet: 15, 01 and 82. RGB value is (21,1,130). Sum of RGB (Red+Green+Blue) = 21+1+130=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 130 (51.17% from 255 or 85.53% from 152); Max value from RGB is 130 - color contains mainly: blue. Hex color #150182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150182 is #EAFE7D. Grayscale: #151515. Windows color (decimal): -15400574 or 8519957. OLE color: 8519957.

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

Color convert

RGB211130-
CMYK0.840.9900.49
HSL249.3º98.47%25.69%-
HSV(B)249.3º99.23%50.98%-
XYZ4.351.7921.24-
YUV21.69189.13127.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 130 (51.17% from 255) = 85.53%
R=13.82%
G=0.66%
B=85.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2111300.840.9900.49249.398.4725.69
Hex151825463031f9621a
Octal25120212414306137114232
Binary1010111000001010101001100011011000111111001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150182; }

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

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

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

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

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

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

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

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