Html Css Color HEX #150086 Ultramarine

📋 copy color: '#150086'

red 21 ◦ green 0 ◦ blue 134

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

Shades of Ultramarine #150086

Tints of Ultramarine #150086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 86.45%

R = 13.55%
G = 0%
B = 86.45%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#150086 (or 0x150086) is known color: Ultramarine. HEX triplet: 15, 00 and 86. RGB value is (21,0,134). Sum of RGB (Red+Green+Blue) = 21+0+134=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 134 (52.73% from 255 or 86.45% from 155); Max value from RGB is 134 - color contains mainly: blue. Hex color #150086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150086 is #EAFF79. Grayscale: #151515. Windows color (decimal): -15400826 or 8781845. OLE color: 8781845.

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

Color convert

RGB 21 0 134 -
CMYK 0.84 1 0 0.47
HSL 249.4º 1% 0.26% -
HSV(B) 249.4º 1% 0.53% -
XYZ 4.61 1.88 22.67 -
YUV 21.56 191.46 127.6 -
System Red Green Blue C M Y K H S L
Decimal 21 0 134 0.84 1 0 0.47 249.4 1 0.26
Hex 15 0 86 54 64 0 2F F9 64 1A
Octal 25 0 206 124 144 0 57 371 144 32
Binary 10101 0 10000110 1010100 1100100 0 101111 11111001 1100100 11010

Color Harmonies of #150086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150086

Black with #150086

Text Example


Text Example

White with #150086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150086; }

 p { color: rgb(21,0,134); }

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

background-color css

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

 a { background-color: rgb(21,0,134); }

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

border-color css

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

 span { border-color: rgb(21,0,134); }

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