Html Css Color HEX #140080 Ultramarine

📋 copy color: '#140080'

red 20 ◦ green 0 ◦ blue 128

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

Shades of Ultramarine #140080

Tints of Ultramarine #140080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 13.51%
G = 0%
B = 86.49%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#140080 (or 0x140080) is known color: Ultramarine. HEX triplet: 14, 00 and 80. RGB value is (20,0,128). Sum of RGB (Red+Green+Blue) = 20+0+128=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 128 (50.39% from 255 or 86.49% from 148); Max value from RGB is 128 - color contains mainly: blue. Hex color #140080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140080 is #EBFF7F. Grayscale: #141414. Windows color (decimal): -15466368 or 8388628. OLE color: 8388628.

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

Color convert

RGB 20 0 128 -
CMYK 0.84 1 0 0.50
HSL 249.38º 1% 0.25% -
HSV(B) 249.38º 1% 0.5% -
XYZ 4.18 1.71 20.53 -
YUV 20.57 188.63 127.59 -
System Red Green Blue C M Y K H S L
Decimal 20 0 128 0.84 1 0 0.50 249.38 1 0.25
Hex 14 0 80 54 64 0 32 F9 64 19
Octal 24 0 200 124 144 0 62 371 144 31
Binary 10100 0 10000000 1010100 1100100 0 110010 11111001 1100100 11001

Color Harmonies of #140080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140080

Black with #140080

Text Example


Text Example

White with #140080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140080; }

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

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

background-color css

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

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

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

border-color css

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

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

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