#141790

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

Shades of Ultramarine #141790

Tints of Ultramarine #141790

Color information

#141790 (or 0x141790) is unknown color: approx Ultramarine. HEX triplet: 14, 17 and 90. RGB value is (20,23,144). Sum of RGB (Red+Green+Blue) = 20+23+144=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #141790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141790 is #EBE86F. Grayscale: #232323. Windows color (decimal): -15460464 or 9443092. OLE color: 9443092.

HSL color Cylindrical-coordinate representation of color #141790: hue angle of 238.55º 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 #141790 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2023144-
CMYK0.860.8400.44
HSL238.55º75.61%32.16%-
HSV(B)238.55º86.11%56.47%-
XYZ5.632.7826.62-
YUV35.9189.01116.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 23 (9.38% from 255) = 12.30%
BLUE value IS 144 (56.64% from 255) = 77.01%
R=10.70%
G=12.30%
B=77.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20231440.860.8400.44238.5575.6132.16
Hex141790565402Cef4c20
Octal242722012612405435711440
Binary101001011110010000101011010101000101100111011111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141790; }

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

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

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

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

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

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

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

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