#0B899A

Color #0B899A Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0B899A

Tints of Eastern Blue #0B899A

Color information

#0B899A (or 0x0B899A) is unknown color: approx Eastern Blue. HEX triplet: 0B, 89 and 9A. RGB value is (11,137,154). Sum of RGB (Red+Green+Blue) = 11+137+154=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B899A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B899A is #F47665. Grayscale: #656565. Windows color (decimal): -16021094 or 10127627. OLE color: 10127627.

HSL color Cylindrical-coordinate representation of color #0B899A: hue angle of 187.13º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B899A is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11137154-
CMYK0.930.1100.40
HSL187.13º86.67%32.35%-
HSV(B)187.13º92.86%60.39%-
XYZ14.9220.333.7-
YUV101.26157.7663.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.64%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=3.64%
G=45.36%
B=50.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111371540.930.1100.40187.1386.6732.35
HexB899A5DB028bb5720
Octal132112321351305027312740
Binary10111000100110011010101110110110101000101110111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B899A;
 }
 .AnyTagClassName
 {
   color: #0B899A;
 }
</style>
background-color css

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

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

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

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

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

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