Html Css Color HEX #150589 Ultramarine

📋 copy color: '#150589'

red 21 ◦ green 5 ◦ blue 137

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

Shades of Ultramarine #150589

Tints of Ultramarine #150589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 84.05%

R = 12.88%
G = 3.07%
B = 84.05%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#150589 (or 0x150589) is known color: Ultramarine. HEX triplet: 15, 05 and 89. RGB value is (21,5,137). Sum of RGB (Red+Green+Blue) = 21+5+137=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #150589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150589 is #EAFA76. Grayscale: #181818. Windows color (decimal): -15399543 or 8979733. OLE color: 8979733.

HSL color Cylindrical-coordinate representation of color #150589: hue angle of 247.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150589 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 5 137 -
CMYK 0.85 0.96 0 0.46
HSL 247.27º 0.93% 0.28% -
HSV(B) 247.27º 0.96% 0.54% -
XYZ 4.88 2.07 23.81 -
YUV 24.83 191.3 125.27 -
System Red Green Blue C M Y K H S L
Decimal 21 5 137 0.85 0.96 0 0.46 247.27 0.93 0.28
Hex 15 5 89 55 60 0 2E F7 5D 1C
Octal 25 5 211 125 140 0 56 367 135 34
Binary 10101 101 10001001 1010101 1100000 0 101110 11110111 1011101 11100

Color Harmonies of #150589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150589

Black with #150589

Text Example


Text Example

White with #150589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150589; }

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

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

background-color css

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

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

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

border-color css

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

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

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