#141AA1

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

Shades of Ultramarine #141AA1

Tints of Ultramarine #141AA1

Color information

#141AA1 (or 0x141AA1) is unknown color: approx Ultramarine. HEX triplet: 14, 1A and A1. RGB value is (20,26,161). Sum of RGB (Red+Green+Blue) = 20+26+161=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 161 (63.28% from 255 or 77.78% from 207); Max value from RGB is 161 - color contains mainly: blue. Hex color #141AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141AA1 is #EBE55E. Grayscale: #272727. Windows color (decimal): -15459679 or 10557972. OLE color: 10557972.

HSL color Cylindrical-coordinate representation of color #141AA1: hue angle of 237.45º 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 #141AA1 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2026161-
CMYK0.880.8400.37
HSL237.45º77.9%35.49%-
HSV(B)237.45º87.58%63.14%-
XYZ7.093.4634.01-
YUV39.6196.51114.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 161 (63.28% from 255) = 77.78%
R=9.66%
G=12.56%
B=77.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20261610.880.8400.37237.4577.935.49
Hex141AA15854025ed4e23
Octal243224113012404535511643
Binary101001101010100001101100010101000100101111011011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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