#140A91

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

Shades of Ultramarine #140A91

Tints of Ultramarine #140A91

Color information

#140A91 (or 0x140A91) is unknown color: approx Ultramarine. HEX triplet: 14, 0A and 91. RGB value is (20,10,145). Sum of RGB (Red+Green+Blue) = 20+10+145=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 145 (57.03% from 255 or 82.86% from 175); Max value from RGB is 145 - color contains mainly: blue. Hex color #140A91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140A91 is #EBF56E. Grayscale: #1B1B1B. Windows color (decimal): -15463791 or 9505300. OLE color: 9505300.

HSL color Cylindrical-coordinate representation of color #140A91: hue angle of 244.44º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140A91 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2010145-
CMYK0.860.9300.43
HSL244.44º87.1%30.39%-
HSV(B)244.44º93.1%56.86%-
XYZ5.512.4126.96-
YUV28.38193.81122.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 10 (4.30% from 255) = 5.71%
BLUE value IS 145 (57.03% from 255) = 82.86%
R=11.43%
G=5.71%
B=82.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20101450.860.9300.43244.4487.130.39
Hex14A91565D02Bf4571e
Octal241222112613505336412736
Binary1010010101001000110101101011101010101111110100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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