#141192

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

Shades of Ultramarine #141192

Tints of Ultramarine #141192

Color information

#141192 (or 0x141192) is unknown color: approx Ultramarine. HEX triplet: 14, 11 and 92. RGB value is (20,17,146). Sum of RGB (Red+Green+Blue) = 20+17+146=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #141192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141192 is #EBEE6D. Grayscale: #202020. Windows color (decimal): -15461998 or 9572628. OLE color: 9572628.

HSL color Cylindrical-coordinate representation of color #141192: hue angle of 241.4º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141192 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2017146-
CMYK0.860.8800.43
HSL241.4º79.14%31.96%-
HSV(B)241.4º88.36%57.25%-
XYZ5.682.6227.4-
YUV32.6191.99119.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 146 (57.42% from 255) = 79.78%
R=10.93%
G=9.29%
B=79.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20171460.860.8800.43241.479.1431.96
Hex141192565802Bf14f20
Octal242122212613005336111740
Binary101001000110010010101011010110000101011111100011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141192; }

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

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

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

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

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

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

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

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