Html Css Color HEX #088098 Eastern Blue

📋 copy color: '#088098'

red 8 ◦ green 128 ◦ blue 152

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

Shades of Eastern Blue #088098

Tints of Eastern Blue #088098

RGB

 RED value IS 8 (3.52% from 255) = 2.78%

 GREEN value IS 128 (50.39% from 255) = 44.44%

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

R = 2.78%
G = 44.44%
B = 52.78%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#088098 (or 0x088098) is known color: Eastern Blue. HEX triplet: 08, 80 and 98. RGB value is (8,128,152). Sum of RGB (Red+Green+Blue) = 8+128+152=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #088098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088098 is #F77F67. Grayscale: #5E5E5E. Windows color (decimal): -16220008 or 9994248. OLE color: 9994248.

HSL color Cylindrical-coordinate representation of color #088098: hue angle of 190º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088098 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 128 152 -
CMYK 0.95 0.16 0 0.40
HSL 190º 0.9% 0.31% -
HSV(B) 190º 0.95% 0.6% -
XYZ 13.49 17.76 32.42 -
YUV 94.86 160.24 66.05 -
System Red Green Blue C M Y K H S L
Decimal 8 128 152 0.95 0.16 0 0.40 190 0.9 0.31
Hex 8 80 98 5F 10 0 28 BE 5A 1F
Octal 10 200 230 137 20 0 50 276 132 37
Binary 1000 10000000 10011000 1011111 10000 0 101000 10111110 1011010 11111

Color Harmonies of #088098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088098

Black with #088098

Text Example


Text Example

White with #088098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088098; }

 p { color: rgb(8,128,152); }

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

background-color css

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

 a { background-color: rgb(8,128,152); }

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

border-color css

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

 span { border-color: rgb(8,128,152); }

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