#151582

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

Shades of Ultramarine #151582

Tints of Ultramarine #151582

Color information

#151582 (or 0x151582) is unknown color: approx Ultramarine. HEX triplet: 15, 15 and 82. RGB value is (21,21,130). Sum of RGB (Red+Green+Blue) = 21+21+130=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 130 (51.17% from 255 or 75.58% from 172); Max value from RGB is 130 - color contains mainly: blue. Hex color #151582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151582 is #EAEA7D. Grayscale: #202020. Windows color (decimal): -15395454 or 8525077. OLE color: 8525077.

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

Color convert

RGB2121130-
CMYK0.840.8400.49
HSL240º72.19%29.61%-
HSV(B)240º83.85%50.98%-
XYZ4.612.3121.32-
YUV33.43182.5119.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 130 (51.17% from 255) = 75.58%
R=12.21%
G=12.21%
B=75.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21211300.840.8400.4924072.1929.61
Hex1515825454031f0481e
Octal252520212412406136011036
Binary10101101011000001010101001010100011000111110000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151582; }

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

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

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

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

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

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

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

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