#16839b

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

Shades of Eastern Blue #16839B

Tints of Eastern Blue #16839B

Color information

#16839B (or 0x16839B) is unknown color: approx Eastern Blue. HEX triplet: 16, 83 and 9B. RGB value is (22,131,155). Sum of RGB (Red+Green+Blue) = 22+131+155=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #16839B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16839B is #E97C64. Grayscale: #646464. Windows color (decimal): -15301733 or 10191638. OLE color: 10191638.

HSL color Cylindrical-coordinate representation of color #16839B: hue angle of 190.83º 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 #16839B is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB22131155-
CMYK0.860.1500.39
HSL190.83º75.14%34.71%-
HSV(B)190.83º85.81%60.78%-
XYZ14.3618.7733.88-
YUV101.14158.3971.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.14%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=7.14%
G=42.53%
B=50.32%

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
Decimal221311550.860.1500.39190.8375.1434.71
Hex16839B56F027bf4b23
Octal262032331261704727711343
Binary101101000001110011011101011011110100111101111111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16839b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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