#150AAB

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

Shades of Ultramarine #150AAB

Tints of Ultramarine #150AAB

Color information

#150AAB (or 0x150AAB) is unknown color: approx Ultramarine. HEX triplet: 15, 0A and AB. RGB value is (21,10,171). Sum of RGB (Red+Green+Blue) = 21+10+171=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 171 (67.19% from 255 or 84.65% from 202); Max value from RGB is 171 - color contains mainly: blue. Hex color #150AAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150AAB is #EAF554. Grayscale: #1F1F1F. Windows color (decimal): -15398229 or 11209237. OLE color: 11209237.

HSL color Cylindrical-coordinate representation of color #150AAB: hue angle of 244.1º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150AAB is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2110171-
CMYK0.880.9400.33
HSL244.1º88.95%35.49%-
HSV(B)244.1º94.15%67.06%-
XYZ7.773.3238.76-
YUV31.64206.64120.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 171 (67.19% from 255) = 84.65%
R=10.40%
G=4.95%
B=84.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21101710.880.9400.33244.188.9535.49
Hex15AAB585E021f45923
Octal251225313013604136413143
Binary10101101010101011101100010111100100001111101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150AAB; }

 p { color: rgb(21,10,171); }

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

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

 a { background-color: rgb(21,10,171); }

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

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

 span { border-color: rgb(21,10,171); }

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