#150086

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

Shades of Ultramarine #150086

Tints of Ultramarine #150086

Color information

#150086 (or 0x150086) is unknown color: approx Ultramarine. HEX triplet: 15, 00 and 86. RGB value is (21,0,134). Sum of RGB (Red+Green+Blue) = 21+0+134=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 134 (52.73% from 255 or 86.45% from 155); Max value from RGB is 134 - color contains mainly: blue. Hex color #150086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150086 is #EAFF79. Grayscale: #151515. Windows color (decimal): -15400826 or 8781845. OLE color: 8781845.

HSL color Cylindrical-coordinate representation of color #150086: hue angle of 249.4º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150086 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB210134-
CMYK0.84100.47
HSL249.4º100%26.27%-
HSV(B)249.4º100%52.55%-
XYZ4.611.8822.67-
YUV21.56191.46127.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 86.45%
R=13.55%
G=0%
B=86.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2101340.84100.47249.410026.27
Hex15086546402Ff9641a
Octal25020612414405737114432
Binary1010101000011010101001100100010111111111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150086; }

 p { color: rgb(21,0,134); }

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

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

 a { background-color: rgb(21,0,134); }

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

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

 span { border-color: rgb(21,0,134); }

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