#141280

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

Shades of Ultramarine #141280

Tints of Ultramarine #141280

Color information

#141280 (or 0x141280) is unknown color: approx Ultramarine. HEX triplet: 14, 12 and 80. RGB value is (20,18,128). Sum of RGB (Red+Green+Blue) = 20+18+128=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 128 (50.39% from 255 or 77.11% from 166); Max value from RGB is 128 - color contains mainly: blue. Hex color #141280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141280 is #EBED7F. Grayscale: #1E1E1E. Windows color (decimal): -15461760 or 8393236. OLE color: 8393236.

HSL color Cylindrical-coordinate representation of color #141280: hue angle of 241.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141280 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2018128-
CMYK0.840.8600.50
HSL241.09º75.34%28.63%-
HSV(B)241.09º85.94%50.2%-
XYZ4.42.1420.6-
YUV31.14182.66120.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 18 (7.42% from 255) = 10.84%
BLUE value IS 128 (50.39% from 255) = 77.11%
R=12.05%
G=10.84%
B=77.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20181280.840.8600.50241.0975.3428.63
Hex1412805456032f14b1d
Octal242220012412606236111335
Binary10100100101000000010101001010110011001011110001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141280; }

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

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

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

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

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

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

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

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