Html Css Color HEX #140081 Ultramarine

📋 copy color: '#140081'

red 20 ◦ green 0 ◦ blue 129

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

Shades of Ultramarine #140081

Tints of Ultramarine #140081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 86.58%

R = 13.42%
G = 0%
B = 86.58%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#140081 (or 0x140081) is known color: Ultramarine. HEX triplet: 14, 00 and 81. RGB value is (20,0,129). Sum of RGB (Red+Green+Blue) = 20+0+129=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 129 (50.78% from 255 or 86.58% from 149); Max value from RGB is 129 - color contains mainly: blue. Hex color #140081 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140081 is #EBFF7E. Grayscale: #141414. Windows color (decimal): -15466367 or 8454164. OLE color: 8454164.

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

Color convert

RGB 20 0 129 -
CMYK 0.84 1 0 0.49
HSL 249.3º 1% 0.25% -
HSV(B) 249.3º 1% 0.51% -
XYZ 4.25 1.73 20.88 -
YUV 20.69 189.13 127.51 -
System Red Green Blue C M Y K H S L
Decimal 20 0 129 0.84 1 0 0.49 249.3 1 0.25
Hex 14 0 81 54 64 0 31 F9 64 19
Octal 24 0 201 124 144 0 61 371 144 31
Binary 10100 0 10000001 1010100 1100100 0 110001 11111001 1100100 11001

Color Harmonies of #140081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140081

Black with #140081

Text Example


Text Example

White with #140081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140081; }

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

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

background-color css

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

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

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

border-color css

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

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

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