Html Css Color HEX #008298 Eastern Blue

📋 copy color: '#008298'

red 0 ◦ green 130 ◦ blue 152

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

Shades of Eastern Blue #008298

Tints of Eastern Blue #008298

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 130 (51.17% from 255) = 46.1%

 BLUE value IS 152 (59.77% from 255) = 53.9%

R = 0%
G = 46.1%
B = 53.9%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#008298 (or 0x008298) is known color: 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

RGB 0 130 152 -
CMYK 1 0.14 0 0.40
HSL 188.68º 1% 0.3% -
HSV(B) 188.68º 1% 0.6% -
XYZ 13.65 18.23 32.51 -
YUV 93.64 160.93 61.21 -
System Red Green Blue C M Y K H S L
Decimal 0 130 152 1 0.14 0 0.40 188.68 1 0.3
Hex 0 82 98 64 E 0 28 BD 64 1E
Octal 0 202 230 144 16 0 50 275 144 36
Binary 0 10000010 10011000 1100100 1110 0 101000 10111101 1100100 11110

Color Harmonies of #008298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008298

Black with #008298

Text Example


Text Example

White with #008298

Text Example


Text Example

HTML Codes & Css Web 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>