Html Css Color HEX #088193 Eastern Blue

📋 copy color: '#088193'

red 8 ◦ green 129 ◦ blue 147

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

Shades of Eastern Blue #088193

Tints of Eastern Blue #088193

RGB

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

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

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

R = 2.82%
G = 45.42%
B = 51.76%

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

#088193 (or 0x088193) is known color: Eastern Blue. HEX triplet: 08, 81 and 93. RGB value is (8,129,147). Sum of RGB (Red+Green+Blue) = 8+129+147=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #088193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088193 is #F77E6C. Grayscale: #5E5E5E. Windows color (decimal): -16219757 or 9666824. OLE color: 9666824.

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

Color convert

RGB 8 129 147 -
CMYK 0.95 0.12 0 0.42
HSL 187.77º 0.9% 0.3% -
HSV(B) 187.77º 0.95% 0.58% -
XYZ 13.22 17.86 30.35 -
YUV 94.87 157.41 66.04 -
System Red Green Blue C M Y K H S L
Decimal 8 129 147 0.95 0.12 0 0.42 187.77 0.9 0.3
Hex 8 81 93 5F C 0 2A BC 5A 1E
Octal 10 201 223 137 14 0 52 274 132 36
Binary 1000 10000001 10010011 1011111 1100 0 101010 10111100 1011010 11110

Color Harmonies of #088193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088193

Black with #088193

Text Example


Text Example

White with #088193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088193; }

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

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

background-color css

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

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

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

border-color css

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

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

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