Html Css Color HEX #150890 Ultramarine

📋 copy color: '#150890'

red 21 ◦ green 8 ◦ blue 144

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

Shades of Ultramarine #150890

Tints of Ultramarine #150890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 144 (56.64% from 255) = 83.24%

R = 12.14%
G = 4.62%
B = 83.24%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#150890 (or 0x150890) is known color: Ultramarine. HEX triplet: 15, 08 and 90. RGB value is (21,8,144). Sum of RGB (Red+Green+Blue) = 21+8+144=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 144 (56.64% from 255 or 83.24% from 173); Max value from RGB is 144 - color contains mainly: blue. Hex color #150890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150890 is #EAF76F. Grayscale: #1A1A1A. Windows color (decimal): -15398768 or 9439253. OLE color: 9439253.

HSL color Cylindrical-coordinate representation of color #150890: hue angle of 245.74º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150890 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 8 144 -
CMYK 0.85 0.94 0 0.44
HSL 245.74º 0.89% 0.3% -
HSV(B) 245.74º 0.94% 0.56% -
XYZ 5.43 2.35 26.55 -
YUV 27.39 193.81 123.44 -
System Red Green Blue C M Y K H S L
Decimal 21 8 144 0.85 0.94 0 0.44 245.74 0.89 0.3
Hex 15 8 90 55 5E 0 2C F6 59 1E
Octal 25 10 220 125 136 0 54 366 131 36
Binary 10101 1000 10010000 1010101 1011110 0 101100 11110110 1011001 11110

Color Harmonies of #150890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150890

Black with #150890

Text Example


Text Example

White with #150890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150890; }

 p { color: rgb(21,8,144); }

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

background-color css

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

 a { background-color: rgb(21,8,144); }

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

border-color css

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

 span { border-color: rgb(21,8,144); }

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