Html Css Color HEX #150997 Ultramarine

📋 copy color: '#150997'

red 21 ◦ green 9 ◦ blue 151

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

Shades of Ultramarine #150997

Tints of Ultramarine #150997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.97%

 BLUE value IS 151 (59.38% from 255) = 83.43%

R = 11.6%
G = 4.97%
B = 83.43%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#150997 (or 0x150997) is known color: Ultramarine. HEX triplet: 15, 09 and 97. RGB value is (21,9,151). Sum of RGB (Red+Green+Blue) = 21+9+151=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 151 (59.38% from 255 or 83.43% from 181); Max value from RGB is 151 - color contains mainly: blue. Hex color #150997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150997 is #EAF668. Grayscale: #1C1C1C. Windows color (decimal): -15398505 or 9898261. OLE color: 9898261.

HSL color Cylindrical-coordinate representation of color #150997: hue angle of 245.07º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150997 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 9 151 -
CMYK 0.86 0.94 0 0.41
HSL 245.07º 0.89% 0.31% -
HSV(B) 245.07º 0.94% 0.59% -
XYZ 5.99 2.59 29.46 -
YUV 28.78 196.98 122.45 -
System Red Green Blue C M Y K H S L
Decimal 21 9 151 0.86 0.94 0 0.41 245.07 0.89 0.31
Hex 15 9 97 56 5E 0 29 F5 59 1F
Octal 25 11 227 126 136 0 51 365 131 37
Binary 10101 1001 10010111 1010110 1011110 0 101001 11110101 1011001 11111

Color Harmonies of #150997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150997

Black with #150997

Text Example


Text Example

White with #150997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150997; }

 p { color: rgb(21,9,151); }

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

background-color css

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

 a { background-color: rgb(21,9,151); }

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

border-color css

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

 span { border-color: rgb(21,9,151); }

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