Html Css Color HEX #150580 Ultramarine

📋 copy color: '#150580'

red 21 ◦ green 5 ◦ blue 128

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

Shades of Ultramarine #150580

Tints of Ultramarine #150580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

 BLUE value IS 128 (50.39% from 255) = 83.12%

R = 13.64%
G = 3.25%
B = 83.12%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#150580 (or 0x150580) is known color: Ultramarine. HEX triplet: 15, 05 and 80. RGB value is (21,5,128). Sum of RGB (Red+Green+Blue) = 21+5+128=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 128 (50.39% from 255 or 83.12% from 154); Max value from RGB is 128 - color contains mainly: blue. Hex color #150580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150580 is #EAFA7F. Grayscale: #171717. Windows color (decimal): -15399552 or 8389909. OLE color: 8389909.

HSL color Cylindrical-coordinate representation of color #150580: hue angle of 247.8º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150580 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 5 128 -
CMYK 0.84 0.96 0 0.50
HSL 247.8º 0.92% 0.26% -
HSV(B) 247.8º 0.96% 0.5% -
XYZ 4.26 1.83 20.55 -
YUV 23.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 21 5 128 0.84 0.96 0 0.50 247.8 0.92 0.26
Hex 15 5 80 54 60 0 32 F8 5C 1A
Octal 25 5 200 124 140 0 62 370 134 32
Binary 10101 101 10000000 1010100 1100000 0 110010 11111000 1011100 11010

Color Harmonies of #150580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150580

Black with #150580

Text Example


Text Example

White with #150580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150580; }

 p { color: rgb(21,5,128); }

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

background-color css

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

 a { background-color: rgb(21,5,128); }

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

border-color css

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

 span { border-color: rgb(21,5,128); }

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