Html Css Color HEX #088398 Eastern Blue

📋 copy color: '#088398'

red 8 ◦ green 131 ◦ blue 152

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

Shades of Eastern Blue #088398

Tints of Eastern Blue #088398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.23%

R = 2.75%
G = 45.02%
B = 52.23%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#088398 (or 0x088398) is known color: Eastern Blue. HEX triplet: 08, 83 and 98. RGB value is (8,131,152). Sum of RGB (Red+Green+Blue) = 8+131+152=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #088398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088398 is #F77C67. Grayscale: #606060. Windows color (decimal): -16219240 or 9995016. OLE color: 9995016.

HSL color Cylindrical-coordinate representation of color #088398: hue angle of 188.75º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088398 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 131 152 -
CMYK 0.95 0.14 0 0.40
HSL 188.75º 0.9% 0.31% -
HSV(B) 188.75º 0.95% 0.6% -
XYZ 13.88 18.55 32.55 -
YUV 96.62 159.25 64.79 -
System Red Green Blue C M Y K H S L
Decimal 8 131 152 0.95 0.14 0 0.40 188.75 0.9 0.31
Hex 8 83 98 5F E 0 28 BD 5A 1F
Octal 10 203 230 137 16 0 50 275 132 37
Binary 1000 10000011 10011000 1011111 1110 0 101000 10111101 1011010 11111

Color Harmonies of #088398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088398

Black with #088398

Text Example


Text Example

White with #088398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088398; }

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

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

background-color css

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

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

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

border-color css

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

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

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