Html Css Color HEX #150579 Ultramarine

📋 copy color: '#150579'

red 21 ◦ green 5 ◦ blue 121

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

Shades of Ultramarine #150579

Tints of Ultramarine #150579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 82.31%

R = 14.29%
G = 3.4%
B = 82.31%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#150579 (or 0x150579) is known color: Ultramarine. HEX triplet: 15, 05 and 79. RGB value is (21,5,121). Sum of RGB (Red+Green+Blue) = 21+5+121=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 121 (47.66% from 255 or 82.31% from 147); Max value from RGB is 121 - color contains mainly: blue. Hex color #150579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150579 is #EAFA86. Grayscale: #161616. Windows color (decimal): -15399559 or 7931157. OLE color: 7931157.

HSL color Cylindrical-coordinate representation of color #150579: hue angle of 248.28º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150579 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 5 121 -
CMYK 0.83 0.96 0 0.53
HSL 248.28º 0.92% 0.25% -
HSV(B) 248.28º 0.96% 0.47% -
XYZ 3.81 1.65 18.21 -
YUV 23.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 21 5 121 0.83 0.96 0 0.53 248.28 0.92 0.25
Hex 15 5 79 53 60 0 35 F8 5C 19
Octal 25 5 171 123 140 0 65 370 134 31
Binary 10101 101 1111001 1010011 1100000 0 110101 11111000 1011100 11001

Color Harmonies of #150579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150579

Black with #150579

Text Example


Text Example

White with #150579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150579; }

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

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

background-color css

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

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

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

border-color css

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

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

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