#141AA5

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

Shades of Ultramarine #141AA5

Tints of Ultramarine #141AA5

Color information

#141AA5 (or 0x141AA5) is unknown color: approx Ultramarine. HEX triplet: 14, 1A and A5. RGB value is (20,26,165). Sum of RGB (Red+Green+Blue) = 20+26+165=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 165 (64.84% from 255 or 78.20% from 211); Max value from RGB is 165 - color contains mainly: blue. Hex color #141AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141AA5 is #EBE55A. Grayscale: #272727. Windows color (decimal): -15459675 or 10820116. OLE color: 10820116.

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

Color convert

RGB2026165-
CMYK0.880.8400.35
HSL237.52º78.38%36.27%-
HSV(B)237.52º87.88%64.71%-
XYZ7.453.635.9-
YUV40.05198.51113.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 165 (64.84% from 255) = 78.20%
R=9.48%
G=12.32%
B=78.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20261650.880.8400.35237.5278.3836.27
Hex141AA55854023ee4e24
Octal243224513012404335611644
Binary101001101010100101101100010101000100011111011101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,26,165); }

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

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

 a { background-color: rgb(20,26,165); }

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

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

 span { border-color: rgb(20,26,165); }

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