Html Css Color HEX #150987 Ultramarine

📋 copy color: '#150987'

red 21 ◦ green 9 ◦ blue 135

#150987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #150987

Tints of Ultramarine #150987

RGB

 RED value IS 21 (8.59% from 255) = 12.73%

 GREEN value IS 9 (3.91% from 255) = 5.45%

 BLUE value IS 135 (53.13% from 255) = 81.82%

R = 12.73%
G = 5.45%
B = 81.82%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#150987 (or 0x150987) is known color: Ultramarine. HEX triplet: 15, 09 and 87. RGB value is (21,9,135). Sum of RGB (Red+Green+Blue) = 21+9+135=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 135 (53.12% from 255 or 81.82% from 165); Max value from RGB is 135 - color contains mainly: blue. Hex color #150987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150987 is #EAF678. Grayscale: #1A1A1A. Windows color (decimal): -15398521 or 8849685. OLE color: 8849685.

HSL color Cylindrical-coordinate representation of color #150987: hue angle of 245.71º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150987 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 9 135 -
CMYK 0.84 0.93 0 0.47
HSL 245.71º 0.88% 0.28% -
HSV(B) 245.71º 0.93% 0.53% -
XYZ 4.78 2.1 23.08 -
YUV 26.95 188.98 123.75 -
System Red Green Blue C M Y K H S L
Decimal 21 9 135 0.84 0.93 0 0.47 245.71 0.88 0.28
Hex 15 9 87 54 5D 0 2F F6 58 1C
Octal 25 11 207 124 135 0 57 366 130 34
Binary 10101 1001 10000111 1010100 1011101 0 101111 11110110 1011000 11100

Color Harmonies of #150987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150987

Black with #150987

Text Example


Text Example

White with #150987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150987; }

 p { color: rgb(21,9,135); }

 H1.HeaderClassName
 {
   color: #150987;
 }
 .AnyTagClassName
 {
   color: #150987;
 }
</style>

background-color css

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

 a { background-color: rgb(21,9,135); }

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

border-color css

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

 span { border-color: rgb(21,9,135); }

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