#150F84

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

Shades of Ultramarine #150F84

Tints of Ultramarine #150F84

Color information

#150F84 (or 0x150F84) is unknown color: approx Ultramarine. HEX triplet: 15, 0F and 84. RGB value is (21,15,132). Sum of RGB (Red+Green+Blue) = 21+15+132=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #150F84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150F84 is #EAF07B. Grayscale: #1D1D1D. Windows color (decimal): -15396988 or 8654613. OLE color: 8654613.

HSL color Cylindrical-coordinate representation of color #150F84: hue angle of 243.08º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150F84 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2115132-
CMYK0.840.8900.48
HSL243.08º79.59%28.82%-
HSV(B)243.08º88.64%51.76%-
XYZ4.642.1722-
YUV30.13185.49121.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 132 (51.95% from 255) = 78.57%
R=12.5%
G=8.93%
B=78.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21151320.840.8900.48243.0879.5928.82
Hex15F845459030f3501d
Octal251720412413106036312035
Binary1010111111000010010101001011001011000011110011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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