#141986

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

Shades of Ultramarine #141986

Tints of Ultramarine #141986

Color information

#141986 (or 0x141986) is unknown color: approx Ultramarine. HEX triplet: 14, 19 and 86. RGB value is (20,25,134). Sum of RGB (Red+Green+Blue) = 20+25+134=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 134 (52.73% from 255 or 74.86% from 179); Max value from RGB is 134 - color contains mainly: blue. Hex color #141986 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141986 is #EBE679. Grayscale: #232323. Windows color (decimal): -15459962 or 8788244. OLE color: 8788244.

HSL color Cylindrical-coordinate representation of color #141986: hue angle of 237.37º 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 #141986 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2025134-
CMYK0.850.8100.47
HSL237.37º74.03%30.2%-
HSV(B)237.37º85.07%52.55%-
XYZ4.942.5722.79-
YUV35.93183.34116.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 134 (52.73% from 255) = 74.86%
R=11.17%
G=13.97%
B=74.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20251340.850.8100.47237.3774.0330.2
Hex141986555102Fed4a1e
Octal243120612512105735511236
Binary10100110011000011010101011010001010111111101101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141986; }

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

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

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

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

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

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

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

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