#150CA1

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

Shades of Ultramarine #150CA1

Tints of Ultramarine #150CA1

Color information

#150CA1 (or 0x150CA1) is unknown color: approx Ultramarine. HEX triplet: 15, 0C and A1. RGB value is (21,12,161). Sum of RGB (Red+Green+Blue) = 21+12+161=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 161 (63.28% from 255 or 82.99% from 194); Max value from RGB is 161 - color contains mainly: blue. Hex color #150CA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150CA1 is #EAF35E. Grayscale: #1F1F1F. Windows color (decimal): -15397727 or 10554389. OLE color: 10554389.

HSL color Cylindrical-coordinate representation of color #150CA1: hue angle of 243.62º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150CA1 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2112161-
CMYK0.870.9300.37
HSL243.62º86.13%33.92%-
HSV(B)243.62º92.55%63.14%-
XYZ6.87333.93-
YUV31.68200.98120.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 12 (5.08% from 255) = 6.19%
BLUE value IS 161 (63.28% from 255) = 82.99%
R=10.82%
G=6.19%
B=82.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21121610.870.9300.37243.6286.1333.92
Hex15CA1575D025f45622
Octal251424112713504536412642
Binary10101110010100001101011110111010100101111101001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,12,161); }

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

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

 a { background-color: rgb(21,12,161); }

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

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

 span { border-color: rgb(21,12,161); }

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