#151991

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

Shades of Ultramarine #151991

Tints of Ultramarine #151991

Color information

#151991 (or 0x151991) is unknown color: approx Ultramarine. HEX triplet: 15, 19 and 91. RGB value is (21,25,145). Sum of RGB (Red+Green+Blue) = 21+25+145=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #151991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151991 is #EAE66E. Grayscale: #252525. Windows color (decimal): -15394415 or 9509141. OLE color: 9509141.

HSL color Cylindrical-coordinate representation of color #151991: hue angle of 238.06º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151991 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2125145-
CMYK0.860.8300.43
HSL238.06º74.7%32.55%-
HSV(B)238.06º85.52%56.86%-
XYZ5.772.927.04-
YUV37.48188.67116.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 145 (57.03% from 255) = 75.92%
R=10.99%
G=13.09%
B=75.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21251450.860.8300.43238.0674.732.55
Hex151991565302Bee4b21
Octal253122112612305335611341
Binary101011100110010001101011010100110101011111011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151991; }

 p { color: rgb(21,25,145); }

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

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

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

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

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

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

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