#151299

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

Shades of Ultramarine #151299

Tints of Ultramarine #151299

Color information

#151299 (or 0x151299) is unknown color: approx Ultramarine. HEX triplet: 15, 12 and 99. RGB value is (21,18,153). Sum of RGB (Red+Green+Blue) = 21+18+153=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #151299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151299 is #EAED66. Grayscale: #212121. Windows color (decimal): -15396199 or 10031637. OLE color: 10031637.

HSL color Cylindrical-coordinate representation of color #151299: hue angle of 241.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #151299 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2118153-
CMYK0.860.8800.4
HSL241.33º78.95%33.53%-
HSV(B)241.33º88.24%60%-
XYZ6.282.8930.36-
YUV34.29194.99118.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 153 (60.16% from 255) = 79.69%
R=10.94%
G=9.38%
B=79.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21181530.860.8800.4241.3378.9533.53
Hex1512995658028f14f22
Octal252223112613005036111742
Binary101011001010011001101011010110000101000111100011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151299; }

 p { color: rgb(21,18,153); }

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

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

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

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

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

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

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