#141894

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

Shades of Ultramarine #141894

Tints of Ultramarine #141894

Color information

#141894 (or 0x141894) is unknown color: approx Ultramarine. HEX triplet: 14, 18 and 94. RGB value is (20,24,148). Sum of RGB (Red+Green+Blue) = 20+24+148=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 148 (58.20% from 255 or 77.08% from 192); Max value from RGB is 148 - color contains mainly: blue. Hex color #141894 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141894 is #EBE76B. Grayscale: #242424. Windows color (decimal): -15460204 or 9705492. OLE color: 9705492.

HSL color Cylindrical-coordinate representation of color #141894: hue angle of 238.12º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141894 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2024148-
CMYK0.860.8400.42
HSL238.12º76.19%32.94%-
HSV(B)238.12º86.49%58.04%-
XYZ5.962.9428.27-
YUV36.94190.67115.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 148 (58.20% from 255) = 77.08%
R=10.42%
G=12.5%
B=77.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20241480.860.8400.42238.1276.1932.94
Hex141894565402Aee4c21
Octal243022412612405235611441
Binary101001100010010100101011010101000101010111011101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141894; }

 p { color: rgb(20,24,148); }

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

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

 a { background-color: rgb(20,24,148); }

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

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

 span { border-color: rgb(20,24,148); }

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