#14059D

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

Shades of Ultramarine #14059D

Tints of Ultramarine #14059D

Color information

#14059D (or 0x14059D) is unknown color: approx Ultramarine. HEX triplet: 14, 05 and 9D. RGB value is (20,5,157). Sum of RGB (Red+Green+Blue) = 20+5+157=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 157 (61.72% from 255 or 86.26% from 182); Max value from RGB is 157 - color contains mainly: blue. Hex color #14059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14059D is #EBFA62. Grayscale: #1A1A1A. Windows color (decimal): -15465059 or 10290452. OLE color: 10290452.

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

Color convert

RGB205157-
CMYK0.870.9700.38
HSL245.92º93.83%31.76%-
HSV(B)245.92º96.82%61.57%-
XYZ6.432.6932.08-
YUV26.81201.47123.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 157 (61.72% from 255) = 86.26%
R=10.99%
G=2.75%
B=86.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2051570.870.9700.38245.9293.8331.76
Hex1459D5761026f65e20
Octal24523512714104636613640
Binary1010010110011101101011111000010100110111101101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14059D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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