#14119F

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

Shades of Ultramarine #14119F

Tints of Ultramarine #14119F

Color information

#14119F (or 0x14119F) is unknown color: approx Ultramarine. HEX triplet: 14, 11 and 9F. RGB value is (20,17,159). Sum of RGB (Red+Green+Blue) = 20+17+159=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 159 (62.5% from 255 or 81.12% from 196); Max value from RGB is 159 - color contains mainly: blue. Hex color #14119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14119F is #EBEE60. Grayscale: #212121. Windows color (decimal): -15461985 or 10424596. OLE color: 10424596.

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

Color convert

RGB2017159-
CMYK0.870.8900.38
HSL241.27º80.68%34.51%-
HSV(B)241.27º89.31%62.35%-
XYZ6.753.0533.03-
YUV34.08198.49117.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 159 (62.5% from 255) = 81.12%
R=10.20%
G=8.67%
B=81.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20171590.870.8900.38241.2780.6834.51
Hex14119F5759026f15123
Octal242123712713104636112143
Binary101001000110011111101011110110010100110111100011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14119F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14119F; }

 p { color: rgb(20,17,159); }

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

<style>
 a { background-color: #14119F; }

 a { background-color: rgb(20,17,159); }

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

<style>
 span { border-color: #14119F; }

 span { border-color: rgb(20,17,159); }

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