#16228A

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

Shades of Ultramarine #16228A

Tints of Ultramarine #16228A

Color information

#16228A (or 0x16228A) is unknown color: approx Ultramarine. HEX triplet: 16, 22 and 8A. RGB value is (22,34,138). Sum of RGB (Red+Green+Blue) = 22+34+138=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #16228A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16228A is #E9DD75. Grayscale: #292929. Windows color (decimal): -15326582 or 9052694. OLE color: 9052694.

HSL color Cylindrical-coordinate representation of color #16228A: hue angle of 233.79º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16228A is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2234138-
CMYK0.840.7500.46
HSL233.79º72.5%31.37%-
HSV(B)233.79º84.06%54.12%-
XYZ5.493.1524.36-
YUV42.27182.02113.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.34%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 138 (54.30% from 255) = 71.13%
R=11.34%
G=17.53%
B=71.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22341380.840.7500.46233.7972.531.37
Hex16228A544B02Eea481f
Octal264221212411305635211037
Binary101101000101000101010101001001011010111011101010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,34,138); }

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

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

 a { background-color: rgb(22,34,138); }

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

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

 span { border-color: rgb(22,34,138); }

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