#168292

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

Shades of Eastern Blue #168292

Tints of Eastern Blue #168292

Color information

#168292 (or 0x168292) is unknown color: approx Eastern Blue. HEX triplet: 16, 82 and 92. RGB value is (22,130,146). Sum of RGB (Red+Green+Blue) = 22+130+146=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #168292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168292 is #E97D6D. Grayscale: #636363. Windows color (decimal): -15301998 or 9601558. OLE color: 9601558.

HSL color Cylindrical-coordinate representation of color #168292: hue angle of 187.74º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168292 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB22130146-
CMYK0.850.1100.43
HSL187.74º73.81%32.94%-
HSV(B)187.74º84.93%57.25%-
XYZ13.518.2130-
YUV99.53154.2272.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.38%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=7.38%
G=43.62%
B=48.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221301460.850.1100.43187.7473.8132.94
Hex16829255B02Bbc4a21
Octal262022221251305327411241
Binary101101000001010010010101010110110101011101111001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168292; }

 p { color: rgb(22,130,146); }

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

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

 a { background-color: rgb(22,130,146); }

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

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

 span { border-color: rgb(22,130,146); }

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