Html Css Color HEX #088293 Eastern Blue

📋 copy color: '#088293'

red 8 ◦ green 130 ◦ blue 147

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

Shades of Eastern Blue #088293

Tints of Eastern Blue #088293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 2.81%
G = 45.61%
B = 51.58%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#088293 (or 0x088293) is known color: Eastern Blue. HEX triplet: 08, 82 and 93. RGB value is (8,130,147). Sum of RGB (Red+Green+Blue) = 8+130+147=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #088293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088293 is #F77D6C. Grayscale: #5F5F5F. Windows color (decimal): -16219501 or 9667080. OLE color: 9667080.

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

Color convert

RGB 8 130 147 -
CMYK 0.95 0.12 0 0.42
HSL 187.34º 0.9% 0.3% -
HSV(B) 187.34º 0.95% 0.58% -
XYZ 13.35 18.12 30.4 -
YUV 95.46 157.08 65.62 -
System Red Green Blue C M Y K H S L
Decimal 8 130 147 0.95 0.12 0 0.42 187.34 0.9 0.3
Hex 8 82 93 5F C 0 2A BB 5A 1E
Octal 10 202 223 137 14 0 52 273 132 36
Binary 1000 10000010 10010011 1011111 1100 0 101010 10111011 1011010 11110

Color Harmonies of #088293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088293

Black with #088293

Text Example


Text Example

White with #088293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088293; }

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

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

background-color css

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

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

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

border-color css

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

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

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