#150896

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

Shades of Ultramarine #150896

Tints of Ultramarine #150896

Color information

#150896 (or 0x150896) is unknown color: approx Ultramarine. HEX triplet: 15, 08 and 96. RGB value is (21,8,150). Sum of RGB (Red+Green+Blue) = 21+8+150=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #150896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150896 is #EAF769. Grayscale: #1B1B1B. Windows color (decimal): -15398762 or 9832469. OLE color: 9832469.

HSL color Cylindrical-coordinate representation of color #150896: hue angle of 245.49º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150896 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB218150-
CMYK0.860.9500.41
HSL245.49º89.87%30.98%-
HSV(B)245.49º94.67%58.82%-
XYZ5.92.5429.03-
YUV28.08196.81122.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.73%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 150 (58.98% from 255) = 83.80%
R=11.73%
G=4.47%
B=83.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2181500.860.9500.41245.4989.8730.98
Hex15896565F029f55a1f
Octal251022612613705136513237
Binary1010110001001011010101101011111010100111110101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150896; }

 p { color: rgb(21,8,150); }

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

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

 a { background-color: rgb(21,8,150); }

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

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

 span { border-color: rgb(21,8,150); }

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