#150D8B

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

Shades of Ultramarine #150D8B

Tints of Ultramarine #150D8B

Color information

#150D8B (or 0x150D8B) is unknown color: approx Ultramarine. HEX triplet: 15, 0D and 8B. RGB value is (21,13,139). Sum of RGB (Red+Green+Blue) = 21+13+139=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #150D8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150D8B is #EAF274. Grayscale: #1D1D1D. Windows color (decimal): -15397493 or 9112853. OLE color: 9112853.

HSL color Cylindrical-coordinate representation of color #150D8B: hue angle of 243.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150D8B is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2113139-
CMYK0.850.9100.45
HSL243.81º82.89%29.8%-
HSV(B)243.81º90.65%54.51%-
XYZ5.112.3124.6-
YUV29.76189.65121.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 13 (5.47% from 255) = 7.51%
BLUE value IS 139 (54.69% from 255) = 80.35%
R=12.14%
G=7.51%
B=80.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21131390.850.9100.45243.8182.8929.8
Hex15D8B555B02Df4531e
Octal251521312513305536412336
Binary1010111011000101110101011011011010110111110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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