#140478

Color #140478 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #140478

Tints of Ultramarine #140478

Color information

#140478 (or 0x140478) is unknown color: approx 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

RGB204120-
CMYK0.830.9700.53
HSL248.28º93.55%24.31%-
HSV(B)248.28º96.67%47.06%-
XYZ3.721.5917.88-
YUV22.01183.3126.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2041200.830.9700.53248.2893.5524.31
Hex144785361035f85e18
Octal24417012314106537013630
Binary10100100111100010100111100001011010111111000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>