#16849b

Color #16849B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #16849B

Tints of Eastern Blue #16849B

Color information

#16849B (or 0x16849B) is unknown color: approx Eastern Blue. HEX triplet: 16, 84 and 9B. RGB value is (22,132,155). Sum of RGB (Red+Green+Blue) = 22+132+155=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #16849B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16849B is #E97B64. Grayscale: #656565. Windows color (decimal): -15301477 or 10191894. OLE color: 10191894.

HSL color Cylindrical-coordinate representation of color #16849B: hue angle of 190.38º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16849B is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB22132155-
CMYK0.860.1500.39
HSL190.38º75.14%34.71%-
HSV(B)190.38º85.81%60.78%-
XYZ14.519.0433.92-
YUV101.73158.0671.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.12%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=7.12%
G=42.72%
B=50.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221321550.860.1500.39190.3875.1434.71
Hex16849B56F027be4b23
Octal262042331261704727611343
Binary101101000010010011011101011011110100111101111101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16849b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16849b; }

 p { color: rgb(22,132,155); }

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

<style>
 a { background-color: #16849b; }

 a { background-color: rgb(22,132,155); }

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

<style>
 span { border-color: #16849b; }

 span { border-color: rgb(22,132,155); }

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