Html Css Color HEX #167F9B Eastern Blue

📋 copy color: '#167F9B'

red 22 ◦ green 127 ◦ blue 155

#167F9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #167F9B

Tints of Eastern Blue #167F9B

RGB

 RED value IS 22 (8.98% from 255) = 7.24%

 GREEN value IS 127 (50% from 255) = 41.78%

 BLUE value IS 155 (60.94% from 255) = 50.99%

R = 7.24%
G = 41.78%
B = 50.99%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#167F9B (or 0x167F9B) is known color: Eastern Blue. HEX triplet: 16, 7F and 9B. RGB value is (22,127,155). Sum of RGB (Red+Green+Blue) = 22+127+155=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #167F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167F9B is #E98064. Grayscale: #626262. Windows color (decimal): -15302757 or 10190614. OLE color: 10190614.

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

Color convert

RGB 22 127 155 -
CMYK 0.86 0.18 0 0.39
HSL 192.63º 0.75% 0.35% -
HSV(B) 192.63º 0.86% 0.61% -
XYZ 13.84 17.72 33.7 -
YUV 98.8 159.71 73.22 -
System Red Green Blue C M Y K H S L
Decimal 22 127 155 0.86 0.18 0 0.39 192.63 0.75 0.35
Hex 16 7F 9B 56 12 0 27 C1 4B 23
Octal 26 177 233 126 22 0 47 301 113 43
Binary 10110 1111111 10011011 1010110 10010 0 100111 11000001 1001011 100011

Color Harmonies of #167F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167F9B

Black with #167F9B

Text Example


Text Example

White with #167F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #167F9B;
 }
 .AnyTagClassName
 {
   color: #167F9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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