#141D89

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

Shades of Ultramarine #141D89

Tints of Ultramarine #141D89

Color information

#141D89 (or 0x141D89) is unknown color: approx Ultramarine. HEX triplet: 14, 1D and 89. RGB value is (20,29,137). Sum of RGB (Red+Green+Blue) = 20+29+137=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #141D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141D89 is #EBE276. Grayscale: #262626. Windows color (decimal): -15458935 or 8985876. OLE color: 8985876.

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

Color convert

RGB2029137-
CMYK0.850.7900.46
HSL235.38º74.52%30.78%-
HSV(B)235.38º85.4%53.73%-
XYZ5.242.8323.94-
YUV38.62183.52114.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 137 (53.91% from 255) = 73.66%
R=10.75%
G=15.59%
B=73.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20291370.850.7900.46235.3874.5230.78
Hex141D89554F02Eeb4b1f
Octal243521112511705635311337
Binary10100111011000100110101011001111010111011101011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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