#150388

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

Shades of Ultramarine #150388

Tints of Ultramarine #150388

Color information

#150388 (or 0x150388) is unknown color: approx Ultramarine. HEX triplet: 15, 03 and 88. RGB value is (21,3,136). Sum of RGB (Red+Green+Blue) = 21+3+136=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 136 (53.52% from 255 or 85% from 160); Max value from RGB is 136 - color contains mainly: blue. Hex color #150388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150388 is #EAFC77. Grayscale: #171717. Windows color (decimal): -15400056 or 8913685. OLE color: 8913685.

HSL color Cylindrical-coordinate representation of color #150388: hue angle of 248.12º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150388 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB213136-
CMYK0.850.9800.47
HSL248.12º95.68%27.25%-
HSV(B)248.12º97.79%53.33%-
XYZ4.79223.43-
YUV23.54191.46126.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 136 (53.52% from 255) = 85%
R=13.12%
G=1.88%
B=85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2131360.850.9800.47248.1295.6827.25
Hex15388556202Ff8601b
Octal25321012514205737014033
Binary10101111000100010101011100010010111111111000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150388; }

 p { color: rgb(21,3,136); }

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

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

 a { background-color: rgb(21,3,136); }

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

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

 span { border-color: rgb(21,3,136); }

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