#14028A

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

Shades of Ultramarine #14028A

Tints of Ultramarine #14028A

Color information

#14028A (or 0x14028A) is unknown color: approx Ultramarine. HEX triplet: 14, 02 and 8A. RGB value is (20,2,138). Sum of RGB (Red+Green+Blue) = 20+2+138=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 138 (54.30% from 255 or 86.25% from 160); Max value from RGB is 138 - color contains mainly: blue. Hex color #14028A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14028A is #EBFD75. Grayscale: #161616. Windows color (decimal): -15465846 or 9044500. OLE color: 9044500.

HSL color Cylindrical-coordinate representation of color #14028A: hue angle of 247.94º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14028A is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB202138-
CMYK0.860.9900.46
HSL247.94º97.14%27.45%-
HSV(B)247.94º98.55%54.12%-
XYZ4.92.0324.18-
YUV22.89192.96125.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 138 (54.30% from 255) = 86.25%
R=12.5%
G=1.25%
B=86.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2021380.860.9900.46247.9497.1427.45
Hex1428A566302Ef8611b
Octal24221212614305637014133
Binary10100101000101010101101100011010111011111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14028A; }

 p { color: rgb(20,2,138); }

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

<style>
 a { background-color: #14028A; }

 a { background-color: rgb(20,2,138); }

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

<style>
 span { border-color: #14028A; }

 span { border-color: rgb(20,2,138); }

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