#14228E

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

Shades of Ultramarine #14228E

Tints of Ultramarine #14228E

Color information

#14228E (or 0x14228E) is unknown color: approx Ultramarine. HEX triplet: 14, 22 and 8E. RGB value is (20,34,142). Sum of RGB (Red+Green+Blue) = 20+34+142=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #14228E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14228E is #EBDD71. Grayscale: #292929. Windows color (decimal): -15457650 or 9314836. OLE color: 9314836.

HSL color Cylindrical-coordinate representation of color #14228E: hue angle of 233.11º 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 #14228E is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2034142-
CMYK0.860.7600.44
HSL233.11º75.31%31.76%-
HSV(B)233.11º85.92%55.69%-
XYZ5.743.2525.91-
YUV42.13184.36112.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 142 (55.86% from 255) = 72.45%
R=10.20%
G=17.35%
B=72.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20341420.860.7600.44233.1175.3131.76
Hex14228E564C02Ce94b20
Octal244221612611405435111340
Binary1010010001010001110101011010011000101100111010011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14228E; }

 p { color: rgb(20,34,142); }

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

<style>
 a { background-color: #14228E; }

 a { background-color: rgb(20,34,142); }

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

<style>
 span { border-color: #14228E; }

 span { border-color: rgb(20,34,142); }

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