#150284

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

Shades of Ultramarine #150284

Tints of Ultramarine #150284

Color information

#150284 (or 0x150284) is unknown color: approx Ultramarine. HEX triplet: 15, 02 and 84. RGB value is (21,2,132). Sum of RGB (Red+Green+Blue) = 21+2+132=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 132 (51.95% from 255 or 85.16% from 155); Max value from RGB is 132 - color contains mainly: blue. Hex color #150284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150284 is #EAFD7B. Grayscale: #161616. Windows color (decimal): -15400316 or 8651285. OLE color: 8651285.

HSL color Cylindrical-coordinate representation of color #150284: hue angle of 248.77º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150284 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB212132-
CMYK0.840.9800.48
HSL248.77º97.01%26.27%-
HSV(B)248.77º98.48%51.76%-
XYZ4.51.8721.95-
YUV22.5189.79126.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 132 (51.95% from 255) = 85.16%
R=13.55%
G=1.29%
B=85.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2121320.840.9800.48248.7797.0126.27
Hex152845462030f9611a
Octal25220412414206037114132
Binary10101101000010010101001100010011000011111001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150284; }

 p { color: rgb(21,2,132); }

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

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

 a { background-color: rgb(21,2,132); }

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

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

 span { border-color: rgb(21,2,132); }

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