#151E99

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

Shades of Ultramarine #151E99

Tints of Ultramarine #151E99

Color information

#151E99 (or 0x151E99) is unknown color: approx Ultramarine. HEX triplet: 15, 1E and 99. RGB value is (21,30,153). Sum of RGB (Red+Green+Blue) = 21+30+153=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #151E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151E99 is #EAE166. Grayscale: #282828. Windows color (decimal): -15393127 or 10034709. OLE color: 10034709.

HSL color Cylindrical-coordinate representation of color #151E99: hue angle of 235.91º 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 #151E99 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2130153-
CMYK0.860.8000.4
HSL235.91º75.86%34.12%-
HSV(B)235.91º86.27%60%-
XYZ6.523.3930.45-
YUV41.33191.02113.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 153 (60.16% from 255) = 75%
R=10.29%
G=14.71%
B=75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21301530.860.8000.4235.9175.8634.12
Hex151E995650028ec4c22
Octal253623112612005035411442
Binary101011111010011001101011010100000101000111011001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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