#150AAA

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

Shades of Ultramarine #150AAA

Tints of Ultramarine #150AAA

Color information

#150AAA (or 0x150AAA) is unknown color: approx Ultramarine. HEX triplet: 15, 0A and AA. RGB value is (21,10,170). Sum of RGB (Red+Green+Blue) = 21+10+170=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #150AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150AAA is #EAF555. Grayscale: #1E1E1E. Windows color (decimal): -15398230 or 11143701. OLE color: 11143701.

HSL color Cylindrical-coordinate representation of color #150AAA: hue angle of 244.12º 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 #150AAA is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2110170-
CMYK0.880.9400.33
HSL244.12º88.89%35.29%-
HSV(B)244.12º94.12%66.67%-
XYZ7.673.2838.26-
YUV31.53206.14120.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 170 (66.80% from 255) = 84.58%
R=10.45%
G=4.98%
B=84.58%

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
Decimal21101700.880.9400.33244.1288.8935.29
Hex15AAA585E021f45923
Octal251225213013604136413143
Binary10101101010101010101100010111100100001111101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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