Html Css Color HEX #088392 Eastern Blue

📋 copy color: '#088392'

red 8 ◦ green 131 ◦ blue 146

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

Shades of Eastern Blue #088392

Tints of Eastern Blue #088392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

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

R = 2.81%
G = 45.96%
B = 51.23%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#088392 (or 0x088392) is known color: Eastern Blue. HEX triplet: 08, 83 and 92. RGB value is (8,131,146). Sum of RGB (Red+Green+Blue) = 8+131+146=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #088392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088392 is #F77C6D. Grayscale: #5F5F5F. Windows color (decimal): -16219246 or 9601800. OLE color: 9601800.

HSL color Cylindrical-coordinate representation of color #088392: hue angle of 186.52º 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 #088392 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 131 146 -
CMYK 0.95 0.10 0 0.43
HSL 186.52º 0.9% 0.3% -
HSV(B) 186.52º 0.95% 0.57% -
XYZ 13.4 18.36 30.03 -
YUV 95.93 156.25 65.28 -
System Red Green Blue C M Y K H S L
Decimal 8 131 146 0.95 0.10 0 0.43 186.52 0.9 0.3
Hex 8 83 92 5F A 0 2B BB 5A 1E
Octal 10 203 222 137 12 0 53 273 132 36
Binary 1000 10000011 10010010 1011111 1010 0 101011 10111011 1011010 11110

Color Harmonies of #088392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088392

Black with #088392

Text Example


Text Example

White with #088392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088392; }

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

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

background-color css

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

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

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

border-color css

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

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

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