#0B889C

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

Shades of Eastern Blue #0B889C

Tints of Eastern Blue #0B889C

Color information

#0B889C (or 0x0B889C) is unknown color: approx Eastern Blue. HEX triplet: 0B, 88 and 9C. RGB value is (11,136,156). Sum of RGB (Red+Green+Blue) = 11+136+156=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #0B889C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B889C is #F47763. Grayscale: #646464. Windows color (decimal): -16021348 or 10258443. OLE color: 10258443.

HSL color Cylindrical-coordinate representation of color #0B889C: hue angle of 188.28º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B889C is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11136156-
CMYK0.930.1300.39
HSL188.28º86.83%32.75%-
HSV(B)188.28º92.95%61.18%-
XYZ14.9420.0834.54-
YUV100.9159.0963.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.63%
GREEN value IS 136 (53.52% from 255) = 44.88%
BLUE value IS 156 (61.33% from 255) = 51.49%
R=3.63%
G=44.88%
B=51.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111361560.930.1300.39188.2886.8332.75
HexB889C5DD027bc5721
Octal132102341351504727412741
Binary10111000100010011100101110111010100111101111001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,136,156); }

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

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

 a { background-color: rgb(11,136,156); }

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

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

 span { border-color: rgb(11,136,156); }

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