#141395

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

Shades of Ultramarine #141395

Tints of Ultramarine #141395

Color information

#141395 (or 0x141395) is unknown color: approx Ultramarine. HEX triplet: 14, 13 and 95. RGB value is (20,19,149). Sum of RGB (Red+Green+Blue) = 20+19+149=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #141395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141395 is #EBEC6A. Grayscale: #212121. Windows color (decimal): -15461483 or 9769748. OLE color: 9769748.

HSL color Cylindrical-coordinate representation of color #141395: hue angle of 240.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141395 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2019149-
CMYK0.870.8700.42
HSL240.46º77.38%32.94%-
HSV(B)240.46º87.25%58.43%-
XYZ5.952.7828.66-
YUV34.12192.83117.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 149 (58.59% from 255) = 79.26%
R=10.64%
G=10.11%
B=79.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20191490.870.8700.42240.4677.3832.94
Hex141395575702Af04d21
Octal242322512712705236011541
Binary101001001110010101101011110101110101010111100001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141395; }

 p { color: rgb(20,19,149); }

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

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

 a { background-color: rgb(20,19,149); }

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

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

 span { border-color: rgb(20,19,149); }

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