#150FAA

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

Shades of Ultramarine #150FAA

Tints of Ultramarine #150FAA

Color information

#150FAA (or 0x150FAA) is unknown color: approx Ultramarine. HEX triplet: 15, 0F and AA. RGB value is (21,15,170). Sum of RGB (Red+Green+Blue) = 21+15+170=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 170 (66.80% from 255 or 82.52% from 206); Max value from RGB is 170 - color contains mainly: blue. Hex color #150FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150FAA is #EAF055. Grayscale: #212121. Windows color (decimal): -15396950 or 11144981. OLE color: 11144981.

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

Color convert

RGB2115170-
CMYK0.880.9100.33
HSL242.32º83.78%36.27%-
HSV(B)242.32º91.18%66.67%-
XYZ7.743.438.28-
YUV34.46204.49118.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 15 (6.25% from 255) = 7.28%
BLUE value IS 170 (66.80% from 255) = 82.52%
R=10.19%
G=7.28%
B=82.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21151700.880.9100.33242.3283.7836.27
Hex15FAA585B021f25424
Octal251725213013304136212444
Binary10101111110101010101100010110110100001111100101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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