#167F9A

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

Shades of Eastern Blue #167F9A

Tints of Eastern Blue #167F9A

Color information

#167F9A (or 0x167F9A) is unknown color: approx Eastern Blue. HEX triplet: 16, 7F and 9A. RGB value is (22,127,154). Sum of RGB (Red+Green+Blue) = 22+127+154=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #167F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167F9A is #E98065. Grayscale: #626262. Windows color (decimal): -15302758 or 10125078. OLE color: 10125078.

HSL color Cylindrical-coordinate representation of color #167F9A: hue angle of 192.27º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #167F9A is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB22127154-
CMYK0.860.1800.40
HSL192.27º75%34.51%-
HSV(B)192.27º85.71%60.39%-
XYZ13.7517.6833.26-
YUV98.68159.2173.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.26%
GREEN value IS 127 (50% from 255) = 41.91%
BLUE value IS 154 (60.55% from 255) = 50.83%
R=7.26%
G=41.91%
B=50.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221271540.860.1800.40192.277534.51
Hex167F9A5612028c04b23
Octal261772321262205030011343
Binary101101111111100110101010110100100101000110000001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167F9A; }

 p { color: rgb(22,127,154); }

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

<style>
 a { background-color: #167F9A; }

 a { background-color: rgb(22,127,154); }

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

<style>
 span { border-color: #167F9A; }

 span { border-color: rgb(22,127,154); }

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