Html Css Color HEX #150993 Ultramarine

📋 copy color: '#150993'

red 21 ◦ green 9 ◦ blue 147

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

Shades of Ultramarine #150993

Tints of Ultramarine #150993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 83.05%

R = 11.86%
G = 5.08%
B = 83.05%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#150993 (or 0x150993) is known color: Ultramarine. HEX triplet: 15, 09 and 93. RGB value is (21,9,147). Sum of RGB (Red+Green+Blue) = 21+9+147=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 147 (57.81% from 255 or 83.05% from 177); Max value from RGB is 147 - color contains mainly: blue. Hex color #150993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150993 is #EAF66C. Grayscale: #1B1B1B. Windows color (decimal): -15398509 or 9636117. OLE color: 9636117.

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

Color convert

RGB 21 9 147 -
CMYK 0.86 0.94 0 0.42
HSL 245.22º 0.88% 0.31% -
HSV(B) 245.22º 0.94% 0.58% -
XYZ 5.67 2.46 27.78 -
YUV 28.32 194.98 122.78 -
System Red Green Blue C M Y K H S L
Decimal 21 9 147 0.86 0.94 0 0.42 245.22 0.88 0.31
Hex 15 9 93 56 5E 0 2A F5 58 1F
Octal 25 11 223 126 136 0 52 365 130 37
Binary 10101 1001 10010011 1010110 1011110 0 101010 11110101 1011000 11111

Color Harmonies of #150993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150993

Black with #150993

Text Example


Text Example

White with #150993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150993; }

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

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

background-color css

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

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

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

border-color css

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

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

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