#140188

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

Shades of Ultramarine #140188

Tints of Ultramarine #140188

Color information

#140188 (or 0x140188) is unknown color: approx Ultramarine. HEX triplet: 14, 01 and 88. RGB value is (20,1,136). Sum of RGB (Red+Green+Blue) = 20+1+136=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 136 (53.52% from 255 or 86.62% from 157); Max value from RGB is 136 - color contains mainly: blue. Hex color #140188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140188 is #EBFE77. Grayscale: #151515. Windows color (decimal): -15466104 or 8913172. OLE color: 8913172.

HSL color Cylindrical-coordinate representation of color #140188: hue angle of 248.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140188 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB201136-
CMYK0.850.9900.47
HSL248.44º98.54%26.86%-
HSV(B)248.44º99.26%53.33%-
XYZ4.741.9523.42-
YUV22.07192.29126.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 136 (53.52% from 255) = 86.62%
R=12.74%
G=0.64%
B=86.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2011360.850.9900.47248.4498.5426.86
Hex14188556302Ff8631b
Octal24121012514305737014333
Binary1010011000100010101011100011010111111111000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140188; }

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

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

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

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

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

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

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

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