#14108D

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

Shades of Ultramarine #14108D

Tints of Ultramarine #14108D

Color information

#14108D (or 0x14108D) is unknown color: approx Ultramarine. HEX triplet: 14, 10 and 8D. RGB value is (20,16,141). Sum of RGB (Red+Green+Blue) = 20+16+141=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #14108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14108D is #EBEF72. Grayscale: #1E1E1E. Windows color (decimal): -15462259 or 9244692. OLE color: 9244692.

HSL color Cylindrical-coordinate representation of color #14108D: hue angle of 241.92º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14108D is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2016141-
CMYK0.860.8900.45
HSL241.92º79.62%30.78%-
HSV(B)241.92º88.65%55.29%-
XYZ5.282.4425.39-
YUV31.45189.83119.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 141 (55.47% from 255) = 79.66%
R=11.30%
G=9.04%
B=79.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20161410.860.8900.45241.9279.6230.78
Hex14108D565902Df2501f
Octal242021512613105536212037
Binary10100100001000110110101101011001010110111110010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14108D; }

 p { color: rgb(20,16,141); }

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

<style>
 a { background-color: #14108D; }

 a { background-color: rgb(20,16,141); }

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

<style>
 span { border-color: #14108D; }

 span { border-color: rgb(20,16,141); }

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