#141CA1

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

Shades of Ultramarine #141CA1

Tints of Ultramarine #141CA1

Color information

#141CA1 (or 0x141CA1) is unknown color: approx Ultramarine. HEX triplet: 14, 1C and A1. RGB value is (20,28,161). Sum of RGB (Red+Green+Blue) = 20+28+161=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 161 (63.28% from 255 or 77.03% from 209); Max value from RGB is 161 - color contains mainly: blue. Hex color #141CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141CA1 is #EBE35E. Grayscale: #282828. Windows color (decimal): -15459167 or 10558484. OLE color: 10558484.

HSL color Cylindrical-coordinate representation of color #141CA1: hue angle of 236.6º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141CA1 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2028161-
CMYK0.880.8300.37
HSL236.6º77.9%35.49%-
HSV(B)236.6º87.58%63.14%-
XYZ7.143.5534.03-
YUV40.77195.85113.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 161 (63.28% from 255) = 77.03%
R=9.57%
G=13.40%
B=77.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20281610.880.8300.37236.677.935.49
Hex141CA15853025ed4e23
Octal243424113012304535511643
Binary101001110010100001101100010100110100101111011011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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