Html Css Color HEX #150581 Ultramarine

📋 copy color: '#150581'

red 21 ◦ green 5 ◦ blue 129

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

Shades of Ultramarine #150581

Tints of Ultramarine #150581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 83.23%

R = 13.55%
G = 3.23%
B = 83.23%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#150581 (or 0x150581) is known color: Ultramarine. HEX triplet: 15, 05 and 81. RGB value is (21,5,129). Sum of RGB (Red+Green+Blue) = 21+5+129=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 129 (50.78% from 255 or 83.23% from 155); Max value from RGB is 129 - color contains mainly: blue. Hex color #150581 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150581 is #EAFA7E. Grayscale: #171717. Windows color (decimal): -15399551 or 8455445. OLE color: 8455445.

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

Color convert

RGB 21 5 129 -
CMYK 0.84 0.96 0 0.49
HSL 247.74º 0.93% 0.26% -
HSV(B) 247.74º 0.96% 0.51% -
XYZ 4.33 1.85 20.9 -
YUV 23.92 187.3 125.92 -
System Red Green Blue C M Y K H S L
Decimal 21 5 129 0.84 0.96 0 0.49 247.74 0.93 0.26
Hex 15 5 81 54 60 0 31 F8 5D 1A
Octal 25 5 201 124 140 0 61 370 135 32
Binary 10101 101 10000001 1010100 1100000 0 110001 11111000 1011101 11010

Color Harmonies of #150581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150581

Black with #150581

Text Example


Text Example

White with #150581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150581; }

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

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

background-color css

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

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

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

border-color css

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

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

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