#008298

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

Shades of Eastern Blue #008298

Tints of Eastern Blue #008298

Color information

#008298 (or 0x008298) is unknown color: approx Eastern Blue. HEX triplet: 00, 82 and 98. RGB value is (0,130,152). Sum of RGB (Red+Green+Blue) = 0+130+152=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #008298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008298 is #FF7D67. Grayscale: #5D5D5D. Windows color (decimal): -16743784 or 9994752. OLE color: 9994752.

HSL color Cylindrical-coordinate representation of color #008298: hue angle of 188.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008298 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB0130152-
CMYK10.1400.40
HSL188.68º100%29.8%-
HSV(B)188.68º100%59.61%-
XYZ13.6518.2332.51-
YUV93.64160.9361.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 152 (59.77% from 255) = 53.90%
R=0%
G=46.10%
B=53.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal013015210.1400.40188.6810029.8
Hex0829864E028bd641e
Octal02022301441605027514436
Binary0100000101001100011001001110010100010111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008298; }

 p { color: rgb(0,130,152); }

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

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

 a { background-color: rgb(0,130,152); }

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

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

 span { border-color: rgb(0,130,152); }

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