#14017E

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

Shades of Ultramarine #14017E

Tints of Ultramarine #14017E

Color information

#14017E (or 0x14017E) is unknown color: approx Ultramarine. HEX triplet: 14, 01 and 7E. RGB value is (20,1,126). Sum of RGB (Red+Green+Blue) = 20+1+126=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 126 (49.61% from 255 or 85.71% from 147); Max value from RGB is 126 - color contains mainly: blue. Hex color #14017E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14017E is #EBFE81. Grayscale: #141414. Windows color (decimal): -15466114 or 8257812. OLE color: 8257812.

HSL color Cylindrical-coordinate representation of color #14017E: hue angle of 249.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14017E is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB201126-
CMYK0.840.9900.51
HSL249.12º98.43%24.9%-
HSV(B)249.12º99.21%49.41%-
XYZ4.071.6819.85-
YUV20.93187.29127.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 126 (49.61% from 255) = 85.71%
R=13.61%
G=0.68%
B=85.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2011260.840.9900.51249.1298.4324.9
Hex1417E5463033f96219
Octal24117612414306337114231
Binary101001111111010101001100011011001111111001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14017E; }

 p { color: rgb(20,1,126); }

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

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

 a { background-color: rgb(20,1,126); }

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

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

 span { border-color: rgb(20,1,126); }

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