#14108C

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

Shades of Ultramarine #14108C

Tints of Ultramarine #14108C

Color information

#14108C (or 0x14108C) is unknown color: approx Ultramarine. HEX triplet: 14, 10 and 8C. RGB value is (20,16,140). Sum of RGB (Red+Green+Blue) = 20+16+140=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #14108C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14108C is #EBEF73. Grayscale: #1E1E1E. Windows color (decimal): -15462260 or 9179156. OLE color: 9179156.

HSL color Cylindrical-coordinate representation of color #14108C: hue angle of 241.94º degrees, saturation: 0.79, 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 #14108C is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2016140-
CMYK0.860.8900.45
HSL241.94º79.49%30.59%-
HSV(B)241.94º88.57%54.9%-
XYZ5.212.4125-
YUV31.33189.33119.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 140 (55.08% from 255) = 79.55%
R=11.36%
G=9.09%
B=79.55%

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
Decimal20161400.860.8900.45241.9479.4930.59
Hex14108C565902Df24f1f
Octal242021412613105536211737
Binary10100100001000110010101101011001010110111110010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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