#140191

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

Shades of Ultramarine #140191

Tints of Ultramarine #140191

Color information

#140191 (or 0x140191) is unknown color: approx Ultramarine. HEX triplet: 14, 01 and 91. RGB value is (20,1,145). Sum of RGB (Red+Green+Blue) = 20+1+145=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 145 (57.03% from 255 or 87.35% from 166); Max value from RGB is 145 - color contains mainly: blue. Hex color #140191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140191 is #EBFE6E. Grayscale: #161616. Windows color (decimal): -15466095 or 9502996. OLE color: 9502996.

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

Color convert

RGB201145-
CMYK0.860.9900.43
HSL247.92º98.63%28.63%-
HSV(B)247.92º99.31%56.86%-
XYZ5.412.2126.93-
YUV23.1196.79125.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 145 (57.03% from 255) = 87.35%
R=12.05%
G=0.60%
B=87.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2011450.860.9900.43247.9298.6328.63
Hex14191566302Bf8631d
Octal24122112614305337014335
Binary1010011001000110101101100011010101111111000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140191; }

 p { color: rgb(20,1,145); }

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

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

 a { background-color: rgb(20,1,145); }

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

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

 span { border-color: rgb(20,1,145); }

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