Html Css Color HEX #140478 Ultramarine

📋 copy color: '#140478'

red 20 ◦ green 4 ◦ blue 120

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

Shades of Ultramarine #140478

Tints of Ultramarine #140478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 83.33%

R = 13.89%
G = 2.78%
B = 83.33%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#140478 (or 0x140478) is known color: Ultramarine. HEX triplet: 14, 04 and 78. RGB value is (20,4,120). Sum of RGB (Red+Green+Blue) = 20+4+120=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 120 (47.27% from 255 or 83.33% from 144); Max value from RGB is 120 - color contains mainly: blue. Hex color #140478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140478 is #EBFB87. Grayscale: #151515. Windows color (decimal): -15465352 or 7865364. OLE color: 7865364.

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

Color convert

RGB 20 4 120 -
CMYK 0.83 0.97 0 0.53
HSL 248.28º 0.94% 0.24% -
HSV(B) 248.28º 0.97% 0.47% -
XYZ 3.72 1.59 17.88 -
YUV 22.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 20 4 120 0.83 0.97 0 0.53 248.28 0.94 0.24
Hex 14 4 78 53 61 0 35 F8 5E 18
Octal 24 4 170 123 141 0 65 370 136 30
Binary 10100 100 1111000 1010011 1100001 0 110101 11111000 1011110 11000

Color Harmonies of #140478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140478

Black with #140478

Text Example


Text Example

White with #140478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140478; }

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

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

background-color css

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

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

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

border-color css

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

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

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