Html Css Color HEX #150379 Ultramarine

📋 copy color: '#150379'

red 21 ◦ green 3 ◦ blue 121

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

Shades of Ultramarine #150379

Tints of Ultramarine #150379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

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

R = 14.48%
G = 2.07%
B = 83.45%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#150379 (or 0x150379) is known color: Ultramarine. HEX triplet: 15, 03 and 79. RGB value is (21,3,121). Sum of RGB (Red+Green+Blue) = 21+3+121=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 121 (47.66% from 255 or 83.45% from 145); Max value from RGB is 121 - color contains mainly: blue. Hex color #150379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150379 is #EAFC86. Grayscale: #151515. Windows color (decimal): -15400071 or 7930645. OLE color: 7930645.

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

Color convert

RGB 21 3 121 -
CMYK 0.83 0.98 0 0.53
HSL 249.15º 0.95% 0.24% -
HSV(B) 249.15º 0.98% 0.47% -
XYZ 3.79 1.61 18.2 -
YUV 21.83 183.96 127.41 -
System Red Green Blue C M Y K H S L
Decimal 21 3 121 0.83 0.98 0 0.53 249.15 0.95 0.24
Hex 15 3 79 53 62 0 35 F9 5F 18
Octal 25 3 171 123 142 0 65 371 137 30
Binary 10101 11 1111001 1010011 1100010 0 110101 11111001 1011111 11000

Color Harmonies of #150379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150379

Black with #150379

Text Example


Text Example

White with #150379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150379; }

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

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

background-color css

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

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

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

border-color css

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

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

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