#140D8B

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

Shades of Ultramarine #140D8B

Tints of Ultramarine #140D8B

Color information

#140D8B (or 0x140D8B) is unknown color: approx Ultramarine. HEX triplet: 14, 0D and 8B. RGB value is (20,13,139). Sum of RGB (Red+Green+Blue) = 20+13+139=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #140D8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140D8B is #EBF274. Grayscale: #1C1C1C. Windows color (decimal): -15463029 or 9112852. OLE color: 9112852.

HSL color Cylindrical-coordinate representation of color #140D8B: hue angle of 243.33º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140D8B is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2013139-
CMYK0.860.9100.45
HSL243.33º82.89%29.8%-
HSV(B)243.33º90.65%54.51%-
XYZ5.092.324.6-
YUV29.46189.82121.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 13 (5.47% from 255) = 7.56%
BLUE value IS 139 (54.69% from 255) = 80.81%
R=11.63%
G=7.56%
B=80.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20131390.860.9100.45243.3382.8929.8
Hex14D8B565B02Df3531e
Octal241521312613305536312336
Binary1010011011000101110101101011011010110111110011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,13,139); }

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

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

 a { background-color: rgb(20,13,139); }

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

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

 span { border-color: rgb(20,13,139); }

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