#16228C

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

Shades of Ultramarine #16228C

Tints of Ultramarine #16228C

Color information

#16228C (or 0x16228C) is unknown color: approx Ultramarine. HEX triplet: 16, 22 and 8C. RGB value is (22,34,140). Sum of RGB (Red+Green+Blue) = 22+34+140=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 140 (55.08% from 255 or 71.43% from 196); Max value from RGB is 140 - color contains mainly: blue. Hex color #16228C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16228C is #E9DD73. Grayscale: #2A2A2A. Windows color (decimal): -15326580 or 9183766. OLE color: 9183766.

HSL color Cylindrical-coordinate representation of color #16228C: hue angle of 233.9º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16228C is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2234140-
CMYK0.840.7600.45
HSL233.9º72.84%31.76%-
HSV(B)233.9º84.29%54.9%-
XYZ5.643.2125.13-
YUV42.5183.02113.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.22%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 140 (55.08% from 255) = 71.43%
R=11.22%
G=17.35%
B=71.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22341400.840.7600.45233.972.8431.76
Hex16228C544C02Dea4920
Octal264221412411405535211140
Binary1011010001010001100101010010011000101101111010101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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