#14099D

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

Shades of Ultramarine #14099D

Tints of Ultramarine #14099D

Color information

#14099D (or 0x14099D) is unknown color: approx Ultramarine. HEX triplet: 14, 09 and 9D. RGB value is (20,9,157). Sum of RGB (Red+Green+Blue) = 20+9+157=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #14099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14099D is #EBF662. Grayscale: #1C1C1C. Windows color (decimal): -15464035 or 10291476. OLE color: 10291476.

HSL color Cylindrical-coordinate representation of color #14099D: hue angle of 244.46º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14099D is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB209157-
CMYK0.870.9400.38
HSL244.46º89.16%32.55%-
HSV(B)244.46º94.27%61.57%-
XYZ6.472.7832.09-
YUV29.16200.14121.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 157 (61.72% from 255) = 84.41%
R=10.75%
G=4.84%
B=84.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2091570.870.9400.38244.4689.1632.55
Hex1499D575E026f45921
Octal241123512713604636413141
Binary10100100110011101101011110111100100110111101001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14099D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14099D; }

 p { color: rgb(20,9,157); }

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

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

 a { background-color: rgb(20,9,157); }

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

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

 span { border-color: rgb(20,9,157); }

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