#140578

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

Shades of Ultramarine #140578

Tints of Ultramarine #140578

Color information

#140578 (or 0x140578) is unknown color: approx Ultramarine. HEX triplet: 14, 05 and 78. RGB value is (20,5,120). Sum of RGB (Red+Green+Blue) = 20+5+120=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 120 (47.27% from 255 or 82.76% from 145); Max value from RGB is 120 - color contains mainly: blue. Hex color #140578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140578 is #EBFA87. Grayscale: #161616. Windows color (decimal): -15465096 or 7865620. OLE color: 7865620.

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

Color convert

RGB205120-
CMYK0.830.9600.53
HSL247.83º92%24.51%-
HSV(B)247.83º95.83%47.06%-
XYZ3.731.6117.88-
YUV22.6182.97126.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 120 (47.27% from 255) = 82.76%
R=13.79%
G=3.45%
B=82.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2051200.830.9600.53247.839224.51
Hex145785360035f85c19
Octal24517012314006537013431
Binary10100101111100010100111100000011010111111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140578; }

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

 H1.HeaderClassName
 {
   color: #140578;
 }
 .AnyTagClassName
 {
   color: #140578;
 }
</style>
background-color css

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

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

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

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

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

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