#150DA0

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

Shades of Ultramarine #150DA0

Tints of Ultramarine #150DA0

Color information

#150DA0 (or 0x150DA0) is unknown color: approx Ultramarine. HEX triplet: 15, 0D and A0. RGB value is (21,13,160). Sum of RGB (Red+Green+Blue) = 21+13+160=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 160 (62.89% from 255 or 82.47% from 194); Max value from RGB is 160 - color contains mainly: blue. Hex color #150DA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150DA0 is #EAF25F. Grayscale: #1F1F1F. Windows color (decimal): -15397472 or 10489109. OLE color: 10489109.

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

Color convert

RGB2113160-
CMYK0.870.9200.37
HSL243.27º84.97%33.92%-
HSV(B)243.27º91.87%62.75%-
XYZ6.82.9933.48-
YUV32.15200.15120.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 13 (5.47% from 255) = 6.70%
BLUE value IS 160 (62.89% from 255) = 82.47%
R=10.82%
G=6.70%
B=82.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21131600.870.9200.37243.2784.9733.92
Hex15DA0575C025f35522
Octal251524012713404536312542
Binary10101110110100000101011110111000100101111100111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,13,160); }

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

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

 a { background-color: rgb(21,13,160); }

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

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

 span { border-color: rgb(21,13,160); }

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