Html Css Color HEX #140481 Ultramarine

📋 copy color: '#140481'

red 20 ◦ green 4 ◦ blue 129

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

Shades of Ultramarine #140481

Tints of Ultramarine #140481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.61%

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

R = 13.07%
G = 2.61%
B = 84.31%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#140481 (or 0x140481) is known color: Ultramarine. HEX triplet: 14, 04 and 81. RGB value is (20,4,129). Sum of RGB (Red+Green+Blue) = 20+4+129=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 129 (50.78% from 255 or 84.31% from 153); Max value from RGB is 129 - color contains mainly: blue. Hex color #140481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140481 is #EBFB7E. Grayscale: #161616. Windows color (decimal): -15465343 or 8455188. OLE color: 8455188.

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

Color convert

RGB 20 4 129 -
CMYK 0.84 0.97 0 0.49
HSL 247.68º 0.94% 0.26% -
HSV(B) 247.68º 0.97% 0.51% -
XYZ 4.29 1.82 20.89 -
YUV 23.03 187.8 125.84 -
System Red Green Blue C M Y K H S L
Decimal 20 4 129 0.84 0.97 0 0.49 247.68 0.94 0.26
Hex 14 4 81 54 61 0 31 F8 5E 1A
Octal 24 4 201 124 141 0 61 370 136 32
Binary 10100 100 10000001 1010100 1100001 0 110001 11111000 1011110 11010

Color Harmonies of #140481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140481

Black with #140481

Text Example


Text Example

White with #140481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140481; }

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

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

background-color css

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

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

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

border-color css

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

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

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