#140B96

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

Shades of Ultramarine #140B96

Tints of Ultramarine #140B96

Color information

#140B96 (or 0x140B96) is unknown color: approx Ultramarine. HEX triplet: 14, 0B and 96. RGB value is (20,11,150). Sum of RGB (Red+Green+Blue) = 20+11+150=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 150 (58.98% from 255 or 82.87% from 181); Max value from RGB is 150 - color contains mainly: blue. Hex color #140B96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140B96 is #EBF469. Grayscale: #1C1C1C. Windows color (decimal): -15463530 or 9833236. OLE color: 9833236.

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

Color convert

RGB2011150-
CMYK0.870.9300.41
HSL243.88º86.34%31.57%-
HSV(B)243.88º92.67%58.82%-
XYZ5.912.5929.04-
YUV29.54195.98121.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 11 (4.69% from 255) = 6.08%
BLUE value IS 150 (58.98% from 255) = 82.87%
R=11.05%
G=6.08%
B=82.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal20111500.870.9300.41243.8886.3431.57
Hex14B96575D029f45620
Octal241322612713505136412640
Binary10100101110010110101011110111010101001111101001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,11,150); }

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

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

 a { background-color: rgb(20,11,150); }

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

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

 span { border-color: rgb(20,11,150); }

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