#141B86

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

Shades of Ultramarine #141B86

Tints of Ultramarine #141B86

Color information

#141B86 (or 0x141B86) is unknown color: approx Ultramarine. HEX triplet: 14, 1B and 86. RGB value is (20,27,134). Sum of RGB (Red+Green+Blue) = 20+27+134=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #141B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141B86 is #EBE479. Grayscale: #242424. Windows color (decimal): -15459450 or 8788756. OLE color: 8788756.

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

Color convert

RGB2027134-
CMYK0.850.8000.47
HSL236.32º74.03%30.2%-
HSV(B)236.32º85.07%52.55%-
XYZ4.982.6522.8-
YUV37.1182.68115.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 27 (10.94% from 255) = 14.92%
BLUE value IS 134 (52.73% from 255) = 74.03%
R=11.05%
G=14.92%
B=74.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20271340.850.8000.47236.3274.0330.2
Hex141B86555002Fec4a1e
Octal243320612512005735411236
Binary10100110111000011010101011010000010111111101100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141B86; }

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

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

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

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

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

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

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

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