#151D95

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

Shades of Ultramarine #151D95

Tints of Ultramarine #151D95

Color information

#151D95 (or 0x151D95) is unknown color: approx Ultramarine. HEX triplet: 15, 1D and 95. RGB value is (21,29,149). Sum of RGB (Red+Green+Blue) = 21+29+149=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #151D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151D95 is #EAE26A. Grayscale: #272727. Windows color (decimal): -15393387 or 9772309. OLE color: 9772309.

HSL color Cylindrical-coordinate representation of color #151D95: hue angle of 236.25º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151D95 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2129149-
CMYK0.860.8100.42
HSL236.25º75.29%33.33%-
HSV(B)236.25º85.91%58.43%-
XYZ6.173.2128.73-
YUV40.29189.35114.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 29 (11.72% from 255) = 14.57%
BLUE value IS 149 (58.59% from 255) = 74.87%
R=10.55%
G=14.57%
B=74.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21291490.860.8100.42236.2575.2933.33
Hex151D95565102Aec4b21
Octal253522512612105235411341
Binary101011110110010101101011010100010101010111011001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,29,149); }

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

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

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

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

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

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

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