#141C90

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

Shades of Ultramarine #141C90

Tints of Ultramarine #141C90

Color information

#141C90 (or 0x141C90) is unknown color: approx Ultramarine. HEX triplet: 14, 1C and 90. RGB value is (20,28,144). Sum of RGB (Red+Green+Blue) = 20+28+144=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #141C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141C90 is #EBE36F. Grayscale: #262626. Windows color (decimal): -15459184 or 9444372. OLE color: 9444372.

HSL color Cylindrical-coordinate representation of color #141C90: hue angle of 236.13º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141C90 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2028144-
CMYK0.860.8100.44
HSL236.13º75.61%32.16%-
HSV(B)236.13º86.11%56.47%-
XYZ5.742.9926.66-
YUV38.83187.35114.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 144 (56.64% from 255) = 75%
R=10.42%
G=14.58%
B=75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20281440.860.8100.44236.1375.6132.16
Hex141C90565102Cec4c20
Octal243422012612105435411440
Binary101001110010010000101011010100010101100111011001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141C90; }

 p { color: rgb(20,28,144); }

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

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

 a { background-color: rgb(20,28,144); }

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

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

 span { border-color: rgb(20,28,144); }

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