#140a89

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

Shades of Ultramarine #140A89

Tints of Ultramarine #140A89

Color information

#140A89 (or 0x140A89) is unknown color: approx Ultramarine. HEX triplet: 14, 0A and 89. RGB value is (20,10,137). Sum of RGB (Red+Green+Blue) = 20+10+137=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 137 (53.91% from 255 or 82.04% from 167); Max value from RGB is 137 - color contains mainly: blue. Hex color #140A89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140A89 is #EBF576. Grayscale: #1A1A1A. Windows color (decimal): -15463799 or 8981012. OLE color: 8981012.

HSL color Cylindrical-coordinate representation of color #140A89: hue angle of 244.72º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140A89 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2010137-
CMYK0.850.9300.46
HSL244.72º86.39%28.82%-
HSV(B)244.72º92.7%53.73%-
XYZ4.912.1723.83-
YUV27.47189.81122.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 137 (53.91% from 255) = 82.04%
R=11.98%
G=5.99%
B=82.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20101370.850.9300.46244.7286.3928.82
Hex14A89555D02Ef5561d
Octal241221112513505636512635
Binary1010010101000100110101011011101010111011110101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140a89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140a89; }

 p { color: rgb(20,10,137); }

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

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

 a { background-color: rgb(20,10,137); }

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

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

 span { border-color: rgb(20,10,137); }

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