#150AA7

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

Shades of Ultramarine #150AA7

Tints of Ultramarine #150AA7

Color information

#150AA7 (or 0x150AA7) is unknown color: approx Ultramarine. HEX triplet: 15, 0A and A7. RGB value is (21,10,167). Sum of RGB (Red+Green+Blue) = 21+10+167=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 167 (65.62% from 255 or 84.34% from 198); Max value from RGB is 167 - color contains mainly: blue. Hex color #150AA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150AA7 is #EAF558. Grayscale: #1E1E1E. Windows color (decimal): -15398233 or 10947093. OLE color: 10947093.

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

Color convert

RGB2110167-
CMYK0.870.9400.35
HSL244.2º88.7%34.71%-
HSV(B)244.2º94.01%65.49%-
XYZ7.393.1736.78-
YUV31.19204.64120.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 167 (65.62% from 255) = 84.34%
R=10.61%
G=5.05%
B=84.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21101670.870.9400.35244.288.734.71
Hex15AA7575E023f45923
Octal251224712713604336413143
Binary10101101010100111101011110111100100011111101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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