Html Css Color HEX #088292 Eastern Blue

📋 copy color: '#088292'

red 8 ◦ green 130 ◦ blue 146

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

Shades of Eastern Blue #088292

Tints of Eastern Blue #088292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 2.82%
G = 45.77%
B = 51.41%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#088292 (or 0x088292) is known color: Eastern Blue. HEX triplet: 08, 82 and 92. RGB value is (8,130,146). Sum of RGB (Red+Green+Blue) = 8+130+146=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #088292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088292 is #F77D6D. Grayscale: #5F5F5F. Windows color (decimal): -16219502 or 9601544. OLE color: 9601544.

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

Color convert

RGB 8 130 146 -
CMYK 0.95 0.11 0 0.43
HSL 186.96º 0.9% 0.3% -
HSV(B) 186.96º 0.95% 0.57% -
XYZ 13.27 18.09 29.99 -
YUV 95.35 156.58 65.7 -
System Red Green Blue C M Y K H S L
Decimal 8 130 146 0.95 0.11 0 0.43 186.96 0.9 0.3
Hex 8 82 92 5F B 0 2B BB 5A 1E
Octal 10 202 222 137 13 0 53 273 132 36
Binary 1000 10000010 10010010 1011111 1011 0 101011 10111011 1011010 11110

Color Harmonies of #088292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088292

Black with #088292

Text Example


Text Example

White with #088292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088292; }

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

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

background-color css

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

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

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

border-color css

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

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

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