#141A89

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

Shades of Ultramarine #141A89

Tints of Ultramarine #141A89

Color information

#141A89 (or 0x141A89) is unknown color: approx Ultramarine. HEX triplet: 14, 1A and 89. RGB value is (20,26,137). Sum of RGB (Red+Green+Blue) = 20+26+137=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 137 (53.91% from 255 or 74.86% from 183); Max value from RGB is 137 - color contains mainly: blue. Hex color #141A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141A89 is #EBE576. Grayscale: #242424. Windows color (decimal): -15459703 or 8985108. OLE color: 8985108.

HSL color Cylindrical-coordinate representation of color #141A89: hue angle of 236.92º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141A89 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2026137-
CMYK0.850.8100.46
HSL236.92º74.52%30.78%-
HSV(B)236.92º85.4%53.73%-
XYZ5.172.6923.91-
YUV36.86184.51115.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 137 (53.91% from 255) = 74.86%
R=10.93%
G=14.21%
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.46
SystemRedGreenBlueCMYKHSL
Decimal20261370.850.8100.46236.9274.5230.78
Hex141A89555102Eed4b1f
Octal243221112512105635511337
Binary10100110101000100110101011010001010111011101101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,26,137); }

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

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

 a { background-color: rgb(20,26,137); }

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

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

 span { border-color: rgb(20,26,137); }

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