#141786

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

Shades of Ultramarine #141786

Tints of Ultramarine #141786

Color information

#141786 (or 0x141786) is unknown color: approx Ultramarine. HEX triplet: 14, 17 and 86. RGB value is (20,23,134). Sum of RGB (Red+Green+Blue) = 20+23+134=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 134 (52.73% from 255 or 75.71% from 177); Max value from RGB is 134 - color contains mainly: blue. Hex color #141786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141786 is #EBE879. Grayscale: #222222. Windows color (decimal): -15460474 or 8787732. OLE color: 8787732.

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

Color convert

RGB2023134-
CMYK0.850.8300.47
HSL238.42º74.03%30.2%-
HSV(B)238.42º85.07%52.55%-
XYZ4.92.4822.78-
YUV34.76184.01117.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 134 (52.73% from 255) = 75.71%
R=11.30%
G=12.99%
B=75.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20231340.850.8300.47238.4274.0330.2
Hex141786555302Fee4a1e
Octal242720612512305735611236
Binary10100101111000011010101011010011010111111101110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141786; }

 p { color: rgb(20,23,134); }

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

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

 a { background-color: rgb(20,23,134); }

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

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

 span { border-color: rgb(20,23,134); }

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