#14218D

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

Shades of Ultramarine #14218D

Tints of Ultramarine #14218D

Color information

#14218D (or 0x14218D) is unknown color: approx Ultramarine. HEX triplet: 14, 21 and 8D. RGB value is (20,33,141). Sum of RGB (Red+Green+Blue) = 20+33+141=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #14218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14218D is #EBDE72. Grayscale: #282828. Windows color (decimal): -15457907 or 9249044. OLE color: 9249044.

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

Color convert

RGB2033141-
CMYK0.860.7700.45
HSL233.55º75.16%31.57%-
HSV(B)233.55º85.82%55.29%-
XYZ5.643.1625.51-
YUV41.42184.19112.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 141 (55.47% from 255) = 72.68%
R=10.31%
G=17.01%
B=72.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20331410.860.7700.45233.5575.1631.57
Hex14218D564D02Dea4b20
Octal244121512611505535211340
Binary1010010000110001101101011010011010101101111010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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