#151A99

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

Shades of Ultramarine #151A99

Tints of Ultramarine #151A99

Color information

#151A99 (or 0x151A99) is unknown color: approx Ultramarine. HEX triplet: 15, 1A and 99. RGB value is (21,26,153). Sum of RGB (Red+Green+Blue) = 21+26+153=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #151A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151A99 is #EAE566. Grayscale: #262626. Windows color (decimal): -15394151 or 10033685. OLE color: 10033685.

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

Color convert

RGB2126153-
CMYK0.860.8300.4
HSL237.73º75.86%34.12%-
HSV(B)237.73º86.27%60%-
XYZ6.433.230.42-
YUV38.98192.34115.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 26 (10.55% from 255) = 13%
BLUE value IS 153 (60.16% from 255) = 76.5%
R=10.5%
G=13%
B=76.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21261530.860.8300.4237.7375.8634.12
Hex151A995653028ee4c22
Octal253223112612305035611442
Binary101011101010011001101011010100110101000111011101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151A99; }

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

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

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

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

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

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

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

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