Html Css Color HEX #088093 Eastern Blue

📋 copy color: '#088093'

red 8 ◦ green 128 ◦ blue 147

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

Shades of Eastern Blue #088093

Tints of Eastern Blue #088093

RGB

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

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

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

R = 2.83%
G = 45.23%
B = 51.94%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#088093 (or 0x088093) is known color: Eastern Blue. HEX triplet: 08, 80 and 93. RGB value is (8,128,147). Sum of RGB (Red+Green+Blue) = 8+128+147=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #088093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088093 is #F77F6C. Grayscale: #5E5E5E. Windows color (decimal): -16220013 or 9666568. OLE color: 9666568.

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

Color convert

RGB 8 128 147 -
CMYK 0.95 0.13 0 0.42
HSL 188.2º 0.9% 0.3% -
HSV(B) 188.2º 0.95% 0.58% -
XYZ 13.09 17.6 30.31 -
YUV 94.29 157.74 66.46 -
System Red Green Blue C M Y K H S L
Decimal 8 128 147 0.95 0.13 0 0.42 188.2 0.9 0.3
Hex 8 80 93 5F D 0 2A BC 5A 1E
Octal 10 200 223 137 15 0 52 274 132 36
Binary 1000 10000000 10010011 1011111 1101 0 101010 10111100 1011010 11110

Color Harmonies of #088093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088093

Black with #088093

Text Example


Text Example

White with #088093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088093; }

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

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

background-color css

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

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

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

border-color css

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

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

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