#14068D

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

Shades of Ultramarine #14068D

Tints of Ultramarine #14068D

Color information

#14068D (or 0x14068D) is unknown color: approx Ultramarine. HEX triplet: 14, 06 and 8D. RGB value is (20,6,141). Sum of RGB (Red+Green+Blue) = 20+6+141=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 141 (55.47% from 255 or 84.43% from 167); Max value from RGB is 141 - color contains mainly: blue. Hex color #14068D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14068D is #EBF972. Grayscale: #191919. Windows color (decimal): -15464819 or 9242132. OLE color: 9242132.

HSL color Cylindrical-coordinate representation of color #14068D: hue angle of 246.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14068D is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB206141-
CMYK0.860.9600.45
HSL246.22º91.84%28.82%-
HSV(B)246.22º95.74%55.29%-
XYZ5.162.225.35-
YUV25.58193.14124.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 141 (55.47% from 255) = 84.43%
R=11.98%
G=3.59%
B=84.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2061410.860.9600.45246.2291.8428.82
Hex1468D566002Df65c1d
Octal24621512614005536613435
Binary101001101000110110101101100000010110111110110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,6,141); }

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

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

 a { background-color: rgb(20,6,141); }

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

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

 span { border-color: rgb(20,6,141); }

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