Html Css Color HEX #0B89AB Eastern Blue

📋 copy color: '#0B89AB'

red 11 ◦ green 137 ◦ blue 171

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

Shades of Eastern Blue #0B89AB

Tints of Eastern Blue #0B89AB

RGB

 RED value IS 11 (4.69% from 255) = 3.45%

 GREEN value IS 137 (53.91% from 255) = 42.95%

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 3.45%
G = 42.95%
B = 53.61%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B89AB (or 0x0B89AB) is known color: Eastern Blue. HEX triplet: 0B, 89 and AB. RGB value is (11,137,171). Sum of RGB (Red+Green+Blue) = 11+137+171=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B89AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B89AB is #F47654. Grayscale: #666666. Windows color (decimal): -16021077 or 11241739. OLE color: 11241739.

HSL color Cylindrical-coordinate representation of color #0B89AB: hue angle of 192.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B89AB is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 137 171 -
CMYK 0.94 0.20 0 0.33
HSL 192.75º 0.88% 0.36% -
HSV(B) 192.75º 0.94% 0.67% -
XYZ 16.43 20.9 41.7 -
YUV 103.2 166.26 62.24 -
System Red Green Blue C M Y K H S L
Decimal 11 137 171 0.94 0.20 0 0.33 192.75 0.88 0.36
Hex B 89 AB 5E 14 0 21 C1 58 24
Octal 13 211 253 136 24 0 41 301 130 44
Binary 1011 10001001 10101011 1011110 10100 0 100001 11000001 1011000 100100

Color Harmonies of #0B89AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B89AB

Black with #0B89AB

Text Example


Text Example

White with #0B89AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B89AB; }

 p { color: rgb(11,137,171); }

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

background-color css

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

 a { background-color: rgb(11,137,171); }

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

border-color css

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

 span { border-color: rgb(11,137,171); }

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