#141087

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

Shades of Ultramarine #141087

Tints of Ultramarine #141087

Color information

#141087 (or 0x141087) is unknown color: approx Ultramarine. HEX triplet: 14, 10 and 87. RGB value is (20,16,135). Sum of RGB (Red+Green+Blue) = 20+16+135=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 135 (53.12% from 255 or 78.95% from 171); Max value from RGB is 135 - color contains mainly: blue. Hex color #141087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141087 is #EBEF78. Grayscale: #1E1E1E. Windows color (decimal): -15462265 or 8851476. OLE color: 8851476.

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

Color convert

RGB2016135-
CMYK0.850.8800.47
HSL242.02º78.81%29.61%-
HSV(B)242.02º88.15%52.94%-
XYZ4.852.2723.1-
YUV30.76186.83120.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 16 (6.64% from 255) = 9.36%
BLUE value IS 135 (53.12% from 255) = 78.95%
R=11.70%
G=9.36%
B=78.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20161350.850.8800.47242.0278.8129.61
Hex141087555802Ff24f1e
Octal242020712513005736211736
Binary10100100001000011110101011011000010111111110010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141087; }

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

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

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

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

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

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

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

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