#14158F

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

Shades of Ultramarine #14158F

Tints of Ultramarine #14158F

Color information

#14158F (or 0x14158F) is unknown color: approx Ultramarine. HEX triplet: 14, 15 and 8F. RGB value is (20,21,143). Sum of RGB (Red+Green+Blue) = 20+21+143=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 143 (56.25% from 255 or 77.72% from 184); Max value from RGB is 143 - color contains mainly: blue. Hex color #14158F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14158F is #EBEA70. Grayscale: #222222. Windows color (decimal): -15460977 or 9377044. OLE color: 9377044.

HSL color Cylindrical-coordinate representation of color #14158F: hue angle of 239.51º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14158F is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2021143-
CMYK0.860.8500.44
HSL239.51º75.46%31.96%-
HSV(B)239.51º86.01%56.08%-
XYZ5.512.6726.21-
YUV34.61189.17117.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 143 (56.25% from 255) = 77.72%
R=10.87%
G=11.41%
B=77.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20211430.860.8500.44239.5175.4631.96
Hex14158F565502Cf04b20
Octal242521712612505436011340
Binary101001010110001111101011010101010101100111100001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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