#14028D

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

Shades of Ultramarine #14028D

Tints of Ultramarine #14028D

Color information

#14028D (or 0x14028D) is unknown color: approx Ultramarine. HEX triplet: 14, 02 and 8D. RGB value is (20,2,141). Sum of RGB (Red+Green+Blue) = 20+2+141=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 141 (55.47% from 255 or 86.50% from 163); Max value from RGB is 141 - color contains mainly: blue. Hex color #14028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14028D is #EBFD72. Grayscale: #161616. Windows color (decimal): -15465843 or 9241108. OLE color: 9241108.

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

Color convert

RGB202141-
CMYK0.860.9900.45
HSL247.77º97.2%28.04%-
HSV(B)247.77º98.58%55.29%-
XYZ5.122.1225.34-
YUV23.23194.46125.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 141 (55.47% from 255) = 86.50%
R=12.27%
G=1.23%
B=86.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2021410.860.9900.45247.7797.228.04
Hex1428D566302Df8611c
Octal24221512614305537014134
Binary10100101000110110101101100011010110111111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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