#141384

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

Shades of Ultramarine #141384

Tints of Ultramarine #141384

Color information

#141384 (or 0x141384) is unknown color: approx Ultramarine. HEX triplet: 14, 13 and 84. RGB value is (20,19,132). Sum of RGB (Red+Green+Blue) = 20+19+132=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 132 (51.95% from 255 or 77.19% from 171); Max value from RGB is 132 - color contains mainly: blue. Hex color #141384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141384 is #EBEC7B. Grayscale: #1F1F1F. Windows color (decimal): -15461500 or 8655636. OLE color: 8655636.

HSL color Cylindrical-coordinate representation of color #141384: hue angle of 240.53º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141384 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2019132-
CMYK0.850.8600.48
HSL240.53º74.83%29.61%-
HSV(B)240.53º85.61%51.76%-
XYZ4.692.2822.02-
YUV32.18184.33119.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 132 (51.95% from 255) = 77.19%
R=11.70%
G=11.11%
B=77.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20191320.850.8600.48240.5374.8329.61
Hex1413845556030f14b1e
Octal242320412512606036111336
Binary10100100111000010010101011010110011000011110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141384; }

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

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

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

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

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

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

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

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