Html Css Color HEX #167995 Eastern Blue

📋 copy color: '#167995'

red 22 ◦ green 121 ◦ blue 149

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

Shades of Eastern Blue #167995

Tints of Eastern Blue #167995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.44%

 BLUE value IS 149 (58.59% from 255) = 51.03%

R = 7.53%
G = 41.44%
B = 51.03%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#167995 (or 0x167995) is known color: Eastern Blue. HEX triplet: 16, 79 and 95. RGB value is (22,121,149). Sum of RGB (Red+Green+Blue) = 22+121+149=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #167995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167995 is #E9866A. Grayscale: #5E5E5E. Windows color (decimal): -15304299 or 9795862. OLE color: 9795862.

HSL color Cylindrical-coordinate representation of color #167995: hue angle of 193.23º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #167995 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 121 149 -
CMYK 0.85 0.19 0 0.42
HSL 193.23º 0.74% 0.34% -
HSV(B) 193.23º 0.85% 0.58% -
XYZ 12.59 16.02 30.86 -
YUV 94.59 158.7 76.22 -
System Red Green Blue C M Y K H S L
Decimal 22 121 149 0.85 0.19 0 0.42 193.23 0.74 0.34
Hex 16 79 95 55 13 0 2A C1 4A 22
Octal 26 171 225 125 23 0 52 301 112 42
Binary 10110 1111001 10010101 1010101 10011 0 101010 11000001 1001010 100010

Color Harmonies of #167995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167995

Black with #167995

Text Example


Text Example

White with #167995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167995; }

 p { color: rgb(22,121,149); }

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

background-color css

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

 a { background-color: rgb(22,121,149); }

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

border-color css

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

 span { border-color: rgb(22,121,149); }

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