#14159b

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

Shades of Ultramarine #14159B

Tints of Ultramarine #14159B

Color information

#14159B (or 0x14159B) is unknown color: approx Ultramarine. HEX triplet: 14, 15 and 9B. RGB value is (20,21,155). Sum of RGB (Red+Green+Blue) = 20+21+155=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #14159B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14159B is #EBEA64. Grayscale: #232323. Windows color (decimal): -15460965 or 10163476. OLE color: 10163476.

HSL color Cylindrical-coordinate representation of color #14159B: hue angle of 239.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14159B is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2021155-
CMYK0.870.8600.39
HSL239.56º77.14%34.31%-
HSV(B)239.56º87.1%60.78%-
XYZ6.473.0531.26-
YUV35.98195.17116.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 155 (60.94% from 255) = 79.08%
R=10.20%
G=10.71%
B=79.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20211550.870.8600.39239.5677.1434.31
Hex14159B5756027f04d22
Octal242523312712604736011542
Binary101001010110011011101011110101100100111111100001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14159b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14159b; }

 p { color: rgb(20,21,155); }

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

<style>
 a { background-color: #14159b; }

 a { background-color: rgb(20,21,155); }

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

<style>
 span { border-color: #14159b; }

 span { border-color: rgb(20,21,155); }

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