#141694

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

Shades of Ultramarine #141694

Tints of Ultramarine #141694

Color information

#141694 (or 0x141694) is unknown color: approx Ultramarine. HEX triplet: 14, 16 and 94. RGB value is (20,22,148). Sum of RGB (Red+Green+Blue) = 20+22+148=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #141694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141694 is #EBE96B. Grayscale: #232323. Windows color (decimal): -15460716 or 9704980. OLE color: 9704980.

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

Color convert

RGB2022148-
CMYK0.860.8500.42
HSL239.06º76.19%32.94%-
HSV(B)239.06º86.49%58.04%-
XYZ5.922.8628.26-
YUV35.77191.34116.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 148 (58.20% from 255) = 77.89%
R=10.53%
G=11.58%
B=77.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20221480.860.8500.42239.0676.1932.94
Hex141694565502Aef4c21
Octal242622412612505235711441
Binary101001011010010100101011010101010101010111011111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141694; }

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

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

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

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

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

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

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

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