Html Css Color HEX #140980 Ultramarine

📋 copy color: '#140980'

red 20 ◦ green 9 ◦ blue 128

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

Shades of Ultramarine #140980

Tints of Ultramarine #140980

RGB

 RED value IS 20 (8.2% from 255) = 12.74%

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

 BLUE value IS 128 (50.39% from 255) = 81.53%

R = 12.74%
G = 5.73%
B = 81.53%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#140980 (or 0x140980) is known color: Ultramarine. HEX triplet: 14, 09 and 80. RGB value is (20,9,128). Sum of RGB (Red+Green+Blue) = 20+9+128=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 128 (50.39% from 255 or 81.53% from 157); Max value from RGB is 128 - color contains mainly: blue. Hex color #140980 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140980 is #EBF67F. Grayscale: #191919. Windows color (decimal): -15464064 or 8390932. OLE color: 8390932.

HSL color Cylindrical-coordinate representation of color #140980: hue angle of 245.55º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140980 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 9 128 -
CMYK 0.84 0.93 0 0.50
HSL 245.55º 0.87% 0.27% -
HSV(B) 245.55º 0.93% 0.5% -
XYZ 4.28 1.9 20.56 -
YUV 25.86 185.64 123.82 -
System Red Green Blue C M Y K H S L
Decimal 20 9 128 0.84 0.93 0 0.50 245.55 0.87 0.27
Hex 14 9 80 54 5D 0 32 F6 57 1B
Octal 24 11 200 124 135 0 62 366 127 33
Binary 10100 1001 10000000 1010100 1011101 0 110010 11110110 1010111 11011

Color Harmonies of #140980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140980

Black with #140980

Text Example


Text Example

White with #140980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140980; }

 p { color: rgb(20,9,128); }

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

background-color css

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

 a { background-color: rgb(20,9,128); }

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

border-color css

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

 span { border-color: rgb(20,9,128); }

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