#14008B

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

Shades of Ultramarine #14008B

Tints of Ultramarine #14008B

Color information

#14008B (or 0x14008B) is unknown color: approx Ultramarine. HEX triplet: 14, 00 and 8B. RGB value is (20,0,139). Sum of RGB (Red+Green+Blue) = 20+0+139=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 139 (54.69% from 255 or 87.42% from 159); Max value from RGB is 139 - color contains mainly: blue. Hex color #14008B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14008B is #EBFF74. Grayscale: #151515. Windows color (decimal): -15466357 or 9109524. OLE color: 9109524.

HSL color Cylindrical-coordinate representation of color #14008B: hue angle of 248.63º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14008B is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB200139-
CMYK0.86100.45
HSL248.63º100%27.25%-
HSV(B)248.63º100%54.51%-
XYZ4.952.0124.55-
YUV21.83194.13126.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 87.42%
R=12.58%
G=0%
B=87.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2001390.86100.45248.6310027.25
Hex1408B566402Df9641b
Octal24021312614405537114433
Binary1010001000101110101101100100010110111111001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14008B; }

 p { color: rgb(20,0,139); }

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

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

 a { background-color: rgb(20,0,139); }

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

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

 span { border-color: rgb(20,0,139); }

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