#167B98

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

Shades of Eastern Blue #167B98

Tints of Eastern Blue #167B98

Color information

#167B98 (or 0x167B98) is unknown color: approx Eastern Blue. HEX triplet: 16, 7B and 98. RGB value is (22,123,152). Sum of RGB (Red+Green+Blue) = 22+123+152=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #167B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167B98 is #E98467. Grayscale: #5F5F5F. Windows color (decimal): -15303784 or 9992982. OLE color: 9992982.

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

Color convert

RGB22123152-
CMYK0.860.1900.40
HSL193.38º74.71%34.12%-
HSV(B)193.38º85.53%59.61%-
XYZ13.0816.632.22-
YUV96.11159.5475.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.41%
GREEN value IS 123 (48.44% from 255) = 41.41%
BLUE value IS 152 (59.77% from 255) = 51.18%
R=7.41%
G=41.41%
B=51.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221231520.860.1900.40193.3874.7134.12
Hex167B985613028c14b22
Octal261732301262305030111342
Binary101101111011100110001010110100110101000110000011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,123,152); }

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

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

 a { background-color: rgb(22,123,152); }

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

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

 span { border-color: rgb(22,123,152); }

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