#141289

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

Shades of Ultramarine #141289

Tints of Ultramarine #141289

Color information

#141289 (or 0x141289) is unknown color: approx Ultramarine. HEX triplet: 14, 12 and 89. RGB value is (20,18,137). Sum of RGB (Red+Green+Blue) = 20+18+137=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #141289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141289 is #EBED76. Grayscale: #1F1F1F. Windows color (decimal): -15461751 or 8983060. OLE color: 8983060.

HSL color Cylindrical-coordinate representation of color #141289: hue angle of 241.01º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141289 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2018137-
CMYK0.850.8700.46
HSL241.01º76.77%30.39%-
HSV(B)241.01º86.86%53.73%-
XYZ5.022.3923.86-
YUV32.16187.16119.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 137 (53.91% from 255) = 78.29%
R=11.43%
G=10.29%
B=78.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20181370.850.8700.46241.0176.7730.39
Hex141289555702Ef14d1e
Octal242221112512705636111536
Binary10100100101000100110101011010111010111011110001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141289; }

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

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

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

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

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

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

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

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