#140E85

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

Shades of Ultramarine #140E85

Tints of Ultramarine #140E85

Color information

#140E85 (or 0x140E85) is unknown color: approx Ultramarine. HEX triplet: 14, 0E and 85. RGB value is (20,14,133). Sum of RGB (Red+Green+Blue) = 20+14+133=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 133 (52.34% from 255 or 79.64% from 167); Max value from RGB is 133 - color contains mainly: blue. Hex color #140E85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140E85 is #EBF17A. Grayscale: #1C1C1C. Windows color (decimal): -15462779 or 8719892. OLE color: 8719892.

HSL color Cylindrical-coordinate representation of color #140E85: hue angle of 243.03º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140E85 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2014133-
CMYK0.850.8900.48
HSL243.03º80.95%28.82%-
HSV(B)243.03º89.47%52.16%-
XYZ4.682.1622.36-
YUV29.36186.49121.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 14 (5.86% from 255) = 8.38%
BLUE value IS 133 (52.34% from 255) = 79.64%
R=11.98%
G=8.38%
B=79.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20141330.850.8900.48243.0380.9528.82
Hex14E855559030f3511d
Octal241620512513106036312135
Binary1010011101000010110101011011001011000011110011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,14,133); }

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

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

 a { background-color: rgb(20,14,133); }

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

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

 span { border-color: rgb(20,14,133); }

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