#141382

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

Shades of Ultramarine #141382

Tints of Ultramarine #141382

Color information

#141382 (or 0x141382) is unknown color: approx Ultramarine. HEX triplet: 14, 13 and 82. RGB value is (20,19,130). Sum of RGB (Red+Green+Blue) = 20+19+130=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 130 (51.17% from 255 or 76.92% from 169); Max value from RGB is 130 - color contains mainly: blue. Hex color #141382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141382 is #EBEC7D. Grayscale: #1F1F1F. Windows color (decimal): -15461502 or 8524564. OLE color: 8524564.

HSL color Cylindrical-coordinate representation of color #141382: hue angle of 240.54º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141382 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2019130-
CMYK0.850.8500.49
HSL240.54º74.5%29.22%-
HSV(B)240.54º85.38%50.98%-
XYZ4.552.2321.31-
YUV31.95183.33119.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 130 (51.17% from 255) = 76.92%
R=11.83%
G=11.24%
B=76.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20191300.850.8500.49240.5474.529.22
Hex1413825555031f14a1d
Octal242320212512506136111235
Binary10100100111000001010101011010101011000111110001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141382; }

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

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

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

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

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

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

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

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