#14128D

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

Shades of Ultramarine #14128D

Tints of Ultramarine #14128D

Color information

#14128D (or 0x14128D) is unknown color: approx Ultramarine. HEX triplet: 14, 12 and 8D. RGB value is (20,18,141). Sum of RGB (Red+Green+Blue) = 20+18+141=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #14128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14128D is #EBED72. Grayscale: #202020. Windows color (decimal): -15461747 or 9245204. OLE color: 9245204.

HSL color Cylindrical-coordinate representation of color #14128D: hue angle of 240.98º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14128D is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2018141-
CMYK0.860.8700.45
HSL240.98º77.36%31.18%-
HSV(B)240.98º87.23%55.29%-
XYZ5.312.525.4-
YUV32.62189.16119-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 141 (55.47% from 255) = 78.77%
R=11.17%
G=10.06%
B=78.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20181410.860.8700.45240.9877.3631.18
Hex14128D565702Df14d1f
Octal242221512612705536111537
Binary10100100101000110110101101010111010110111110001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14128D; }

 p { color: rgb(20,18,141); }

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

<style>
 a { background-color: #14128D; }

 a { background-color: rgb(20,18,141); }

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

<style>
 span { border-color: #14128D; }

 span { border-color: rgb(20,18,141); }

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