#141196

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

Shades of Ultramarine #141196

Tints of Ultramarine #141196

Color information

#141196 (or 0x141196) is unknown color: approx Ultramarine. HEX triplet: 14, 11 and 96. RGB value is (20,17,150). Sum of RGB (Red+Green+Blue) = 20+17+150=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #141196 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141196 is #EBEE69. Grayscale: #202020. Windows color (decimal): -15461994 or 9834772. OLE color: 9834772.

HSL color Cylindrical-coordinate representation of color #141196: hue angle of 241.35º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141196 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2017150-
CMYK0.870.8900.41
HSL241.35º79.64%32.75%-
HSV(B)241.35º88.67%58.82%-
XYZ5.992.7529.07-
YUV33.06193.99118.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 150 (58.98% from 255) = 80.21%
R=10.70%
G=9.09%
B=80.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal20171500.870.8900.41241.3579.6432.75
Hex1411965759029f15021
Octal242122612713105136112041
Binary101001000110010110101011110110010101001111100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141196; }

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

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

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

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

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

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

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

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