#141A92

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

Shades of Ultramarine #141A92

Tints of Ultramarine #141A92

Color information

#141A92 (or 0x141A92) is unknown color: approx Ultramarine. HEX triplet: 14, 1A and 92. RGB value is (20,26,146). Sum of RGB (Red+Green+Blue) = 20+26+146=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 146 (57.42% from 255 or 76.04% from 192); Max value from RGB is 146 - color contains mainly: blue. Hex color #141A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141A92 is #EBE56D. Grayscale: #252525. Windows color (decimal): -15459694 or 9574932. OLE color: 9574932.

HSL color Cylindrical-coordinate representation of color #141A92: hue angle of 237.14º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141A92 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2026146-
CMYK0.860.8200.43
HSL237.14º75.9%32.55%-
HSV(B)237.14º86.3%57.25%-
XYZ5.852.9627.46-
YUV37.89189.01115.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 26 (10.55% from 255) = 13.54%
BLUE value IS 146 (57.42% from 255) = 76.04%
R=10.42%
G=13.54%
B=76.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20261460.860.8200.43237.1475.932.55
Hex141A92565202Bed4c21
Octal243222212612205335511441
Binary101001101010010010101011010100100101011111011011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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