#140AA5

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

Shades of Ultramarine #140AA5

Tints of Ultramarine #140AA5

Color information

#140AA5 (or 0x140AA5) is unknown color: approx Ultramarine. HEX triplet: 14, 0A and A5. RGB value is (20,10,165). Sum of RGB (Red+Green+Blue) = 20+10+165=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 165 (64.84% from 255 or 84.62% from 195); Max value from RGB is 165 - color contains mainly: blue. Hex color #140AA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140AA5 is #EBF55A. Grayscale: #1E1E1E. Windows color (decimal): -15463771 or 10816020. OLE color: 10816020.

HSL color Cylindrical-coordinate representation of color #140AA5: hue angle of 243.87º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140AA5 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2010165-
CMYK0.880.9400.35
HSL243.87º88.57%34.31%-
HSV(B)243.87º93.94%64.71%-
XYZ7.193.0835.81-
YUV30.66203.81120.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.26%
GREEN value IS 10 (4.30% from 255) = 5.13%
BLUE value IS 165 (64.84% from 255) = 84.62%
R=10.26%
G=5.13%
B=84.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20101650.880.9400.35243.8788.5734.31
Hex14AA5585E023f45922
Octal241224513013604336413142
Binary10100101010100101101100010111100100011111101001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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