Html Css Color HEX #008198 Eastern Blue

📋 copy color: '#008198'

red 0 ◦ green 129 ◦ blue 152

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

Shades of Eastern Blue #008198

Tints of Eastern Blue #008198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.91%

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

R = 0%
G = 45.91%
B = 54.09%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#008198 (or 0x008198) is known color: Eastern Blue. HEX triplet: 00, 81 and 98. RGB value is (0,129,152). Sum of RGB (Red+Green+Blue) = 0+129+152=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #008198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008198 is #FF7E67. Grayscale: #5C5C5C. Windows color (decimal): -16744040 or 9994496. OLE color: 9994496.

HSL color Cylindrical-coordinate representation of color #008198: hue angle of 189.08º 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 #008198 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 129 152 -
CMYK 1 0.15 0 0.40
HSL 189.08º 1% 0.3% -
HSV(B) 189.08º 1% 0.6% -
XYZ 13.52 17.97 32.46 -
YUV 93.05 161.26 61.63 -
System Red Green Blue C M Y K H S L
Decimal 0 129 152 1 0.15 0 0.40 189.08 1 0.3
Hex 0 81 98 64 F 0 28 BD 64 1E
Octal 0 201 230 144 17 0 50 275 144 36
Binary 0 10000001 10011000 1100100 1111 0 101000 10111101 1100100 11110

Color Harmonies of #008198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008198

Black with #008198

Text Example


Text Example

White with #008198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008198; }

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

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

background-color css

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

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

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

border-color css

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

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

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