Html Css Color HEX #150AA0 Ultramarine

📋 copy color: '#150AA0'

red 21 ◦ green 10 ◦ blue 160

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

Shades of Ultramarine #150AA0

Tints of Ultramarine #150AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.24%

 BLUE value IS 160 (62.89% from 255) = 83.77%

R = 10.99%
G = 5.24%
B = 83.77%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#150AA0 (or 0x150AA0) is known color: Ultramarine. HEX triplet: 15, 0A and A0. RGB value is (21,10,160). Sum of RGB (Red+Green+Blue) = 21+10+160=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 160 (62.89% from 255 or 83.77% from 191); Max value from RGB is 160 - color contains mainly: blue. Hex color #150AA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150AA0 is #EAF55F. Grayscale: #1D1D1D. Windows color (decimal): -15398240 or 10488341. OLE color: 10488341.

HSL color Cylindrical-coordinate representation of color #150AA0: hue angle of 244.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150AA0 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 10 160 -
CMYK 0.87 0.94 0 0.37
HSL 244.4º 0.88% 0.33% -
HSV(B) 244.4º 0.94% 0.63% -
XYZ 6.76 2.91 33.46 -
YUV 30.39 201.14 121.3 -
System Red Green Blue C M Y K H S L
Decimal 21 10 160 0.87 0.94 0 0.37 244.4 0.88 0.33
Hex 15 A A0 57 5E 0 25 F4 58 21
Octal 25 12 240 127 136 0 45 364 130 41
Binary 10101 1010 10100000 1010111 1011110 0 100101 11110100 1011000 100001

Color Harmonies of #150AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150AA0

Black with #150AA0

Text Example


Text Example

White with #150AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150AA0; }

 p { color: rgb(21,10,160); }

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

background-color css

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

 a { background-color: rgb(21,10,160); }

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

border-color css

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

 span { border-color: rgb(21,10,160); }

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